This commit is contained in:
2023-02-26 00:59:07 -05:00
9 changed files with 432 additions and 27 deletions

View File

@@ -33,10 +33,6 @@ class _SellScreenState extends State<SellScreen> {
Widget build(BuildContext context) {
bool is24HoursFormat = MediaQuery.of(context).alwaysUse24HourFormat;
return Scaffold(
appBar: AppBar(
title: const Text('Sell'),
automaticallyImplyLeading: false,
),
body: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [