fix modal handle bug
This commit is contained in:
@@ -61,7 +61,7 @@ Future<T?> showRoundedModalBottomSheet<T>(
|
|||||||
isDismissible: true,
|
isDismissible: true,
|
||||||
useRootNavigator: rootNavigator,
|
useRootNavigator: rootNavigator,
|
||||||
builder: (context) => RoundedBottomSheet(
|
builder: (context) => RoundedBottomSheet(
|
||||||
showHandle: false,
|
showHandle: showHandle,
|
||||||
child: child,
|
child: child,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Submodule refilc_plus updated: f8246338d8...9ad9a0d820
Reference in New Issue
Block a user