Commit 35949448 authored by Dio Maulana's avatar Dio Maulana

repihin code

parent d90cd96c
...@@ -122,15 +122,6 @@ class _MainPageState extends State<MainPage> { ...@@ -122,15 +122,6 @@ class _MainPageState extends State<MainPage> {
? MediaQuery.of(context).size.width * 0.4 ? MediaQuery.of(context).size.width * 0.4
: MediaQuery.of(context).size.width * 1, : MediaQuery.of(context).size.width * 1,
color: backgroundColorOrder, color: backgroundColorOrder,
// decoration: const BoxDecoration(
// gradient: LinearGradient(
// begin: Alignment.topLeft,
// end: Alignment.bottomRight,
// colors: [
// Colors.blue,
// Colors.white,
// ],
// )),
child: OrderPage(textColor: textColor), child: OrderPage(textColor: textColor),
) )
: const SizedBox(height: 0, width: 0) : const SizedBox(height: 0, width: 0)
......
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