app bar back icon issue

merge-update-with-lab-changes
Mirza.Shafique 4 years ago
parent 5514753288
commit e3bfe83ea2

@ -197,12 +197,15 @@ class NewAppBarWidget extends StatelessWidget with PreferredSizeWidget {
return AppBar( return AppBar(
elevation: 0, elevation: 0,
backgroundColor: showTitle ? Colors.white : Colors.transparent, backgroundColor: showTitle ? Colors.white : Colors.transparent,
automaticallyImplyLeading: false, // automaticallyImplyLeading: false,
leading: ArrowBack(
onTap: onTap,
),
titleSpacing: -8,
// centerTitle: false,
title: Row( title: Row(
children: [ children: [
ArrowBack(
onTap: onTap,
),
if (showTitle) if (showTitle)
Expanded( Expanded(
child: Text( child: Text(

Loading…
Cancel
Save