diff --git a/lib/widgets/others/app_scaffold_widget.dart b/lib/widgets/others/app_scaffold_widget.dart index 735eb9af..45642833 100644 --- a/lib/widgets/others/app_scaffold_widget.dart +++ b/lib/widgets/others/app_scaffold_widget.dart @@ -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(