|
|
|
|
@ -64,7 +64,7 @@ class CollapsingListView extends StatelessWidget {
|
|
|
|
|
SliverAppBar(
|
|
|
|
|
automaticallyImplyLeading: isLeading,
|
|
|
|
|
pinned: true,
|
|
|
|
|
toolbarHeight: isLeading ? 24.h : kToolbarHeight,
|
|
|
|
|
// toolbarHeight: isLeading ? 24.h : kToolbarHeight,
|
|
|
|
|
leadingWidth: isLeading ? null : double.infinity,
|
|
|
|
|
systemOverlayStyle: SystemUiOverlayStyle(statusBarBrightness: Brightness.light),
|
|
|
|
|
surfaceTintColor: Colors.transparent,
|
|
|
|
|
@ -88,7 +88,7 @@ class CollapsingListView extends StatelessWidget {
|
|
|
|
|
? Transform.flip(
|
|
|
|
|
flipX: appState.isArabic(),
|
|
|
|
|
child: IconButton(
|
|
|
|
|
icon: Utils.buildSvgWithAssets(icon: isClose ? AppAssets.closeBottomNav : AppAssets.arrow_back, width: 24.h, height: 24.h),
|
|
|
|
|
icon: Utils.buildSvgWithAssets(icon: isClose ? AppAssets.closeBottomNav : AppAssets.arrow_back, width: 32.h, height: 32.h),
|
|
|
|
|
padding: EdgeInsets.only(left: 12),
|
|
|
|
|
onPressed: () {
|
|
|
|
|
if (leadingCallback != null) {
|
|
|
|
|
|