Commit 004fd5a9 authored by LordAshan's avatar LordAshan

pricing

parent a611ac6f
......@@ -20,6 +20,7 @@ class _GradePricingState extends State<GradePricing> {
var height = MediaQuery.of(context).size.height;
return Scaffold(
backgroundColor: Colors.grey.shade900,
// grade pricing
appBar: AppBar(
backgroundColor: Colors.black,
title: Text(
......@@ -111,6 +112,7 @@ class _GradePricingState extends State<GradePricing> {
SizedBox(
height: 30,
),
// earning for the cinnamon quill
Row(
children: [
Text(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment