WIP
This commit is contained in:
parent
55f2d067e0
commit
66bc8e9f3e
|
@ -210,7 +210,7 @@ class _AppState extends State<App> {
|
|||
builder: (context) => SizedBox(height: height, child: builder(context)),
|
||||
isScrollControlled: true,
|
||||
showDragHandle: true,
|
||||
barrierColor: theme.primaryText.withOpacity(0.7),
|
||||
barrierColor: theme.primaryText.withOpacity(0.2),
|
||||
backgroundColor: theme.primaryBackground,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue