|
|
|
|
@ -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(
|
|
|
|
|
|