mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 20:40:02 +08:00
Update splitview_drawer.dart
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user