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(
elevation: 0,
backgroundColor: showTitle ? Colors.white : Colors.transparent,
automaticallyImplyLeading: false,
// automaticallyImplyLeading: false,
leading: ArrowBack(
onTap: onTap,
),
titleSpacing: -8,
// centerTitle: false,
title: Row(
children: [
ArrowBack(
onTap: onTap,
),
if (showTitle)
Expanded(
child: Text(

Loading…
Cancel
Save