From d49e21df0e842cb40d77f036ffc7e454685c2e78 Mon Sep 17 00:00:00 2001 From: NATHANIEL ENDICK Date: Sun, 26 Feb 2023 00:03:50 -0500 Subject: [PATCH] removed app bar --- lib/sell.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/sell.dart b/lib/sell.dart index f28b608..f68115a 100644 --- a/lib/sell.dart +++ b/lib/sell.dart @@ -12,10 +12,6 @@ class _SellScreenState extends State { Widget build(BuildContext context) { TimeOfDay _time = TimeOfDay.now(); return Scaffold( - appBar: AppBar( - title: const Text('Sell'), - automaticallyImplyLeading: false, - ), body: Column( mainAxisAlignment: MainAxisAlignment.center, children: [