Commit 004fd5a9 authored by LordAshan's avatar LordAshan

pricing

parent a611ac6f
...@@ -20,6 +20,7 @@ class _GradePricingState extends State<GradePricing> { ...@@ -20,6 +20,7 @@ class _GradePricingState extends State<GradePricing> {
var height = MediaQuery.of(context).size.height; var height = MediaQuery.of(context).size.height;
return Scaffold( return Scaffold(
backgroundColor: Colors.grey.shade900, backgroundColor: Colors.grey.shade900,
// grade pricing
appBar: AppBar( appBar: AppBar(
backgroundColor: Colors.black, backgroundColor: Colors.black,
title: Text( title: Text(
...@@ -111,6 +112,7 @@ class _GradePricingState extends State<GradePricing> { ...@@ -111,6 +112,7 @@ class _GradePricingState extends State<GradePricing> {
SizedBox( SizedBox(
height: 30, height: 30,
), ),
// earning for the cinnamon quill
Row( Row(
children: [ children: [
Text( 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