This commit is contained in:
J. A. Messias 2024-10-09 17:10:21 -03:00
parent 55f2d067e0
commit 66bc8e9f3e
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class _AppState extends State<App> {
builder: (context) => SizedBox(height: height, child: builder(context)), builder: (context) => SizedBox(height: height, child: builder(context)),
isScrollControlled: true, isScrollControlled: true,
showDragHandle: true, showDragHandle: true,
barrierColor: theme.primaryText.withOpacity(0.7), barrierColor: theme.primaryText.withOpacity(0.2),
backgroundColor: theme.primaryBackground, backgroundColor: theme.primaryBackground,