Commit 50dc8a53 authored by Dio Maulana's avatar Dio Maulana

lebar arrow back di tambah

parent 0d8c9359
...@@ -33,8 +33,9 @@ class CustomAppBar extends StatelessWidget { ...@@ -33,8 +33,9 @@ class CustomAppBar extends StatelessWidget {
MaterialPageRoute(builder: (_) => const ViewBillNew())); MaterialPageRoute(builder: (_) => const ViewBillNew()));
}, },
child: Container( child: Container(
width: 24, width: 35,
height: 24, height: 24,
color: backgroundWhite,
child: Center( child: Center(
child: fontAwesomeNew( child: fontAwesomeNew(
arrowBack, arrowBack,
...@@ -44,7 +45,7 @@ class CustomAppBar extends StatelessWidget { ...@@ -44,7 +45,7 @@ class CustomAppBar extends StatelessWidget {
), ),
), ),
const SizedBox( const SizedBox(
width: 16, width: 5,
), ),
Center( Center(
child: defaultText( child: defaultText(
......
...@@ -48,8 +48,9 @@ class CustomAppBar extends StatelessWidget { ...@@ -48,8 +48,9 @@ class CustomAppBar extends StatelessWidget {
} }
}, },
child: Container( child: Container(
width: 24, width: 35,
height: 24, height: 24,
color: backgroundWhite,
child: Center( child: Center(
child: fontAwesomeNew( child: fontAwesomeNew(
arrowBack, arrowBack,
...@@ -59,7 +60,7 @@ class CustomAppBar extends StatelessWidget { ...@@ -59,7 +60,7 @@ class CustomAppBar extends StatelessWidget {
), ),
), ),
const SizedBox( const SizedBox(
width: 16, width: 5,
), ),
Center( Center(
child: defaultText( child: defaultText(
......
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