Update splitview_drawer.dart

This commit is contained in:
Ankit Mahato
2025-04-12 22:50:23 +05:30
parent 793d3ebfdc
commit 218d9f2c66

View File

@@ -39,7 +39,7 @@ class DrawerSplitView extends StatelessWidget {
backgroundColor: Theme.of(context).colorScheme.surface, backgroundColor: Theme.of(context).colorScheme.surface,
onDrawerChanged: onDrawerChanged, onDrawerChanged: onDrawerChanged,
onEndDrawerChanged: onEndDrawerChanged, onEndDrawerChanged: onEndDrawerChanged,
drawerEdgeDragWidth: 0, drawerEdgeDragWidth: 80,
appBar: AppBar( appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.surface, backgroundColor: Theme.of(context).colorScheme.surface,
scrolledUnderElevation: 0, scrolledUnderElevation: 0,