forked from firka/student-legacy
fix modal handle bug
This commit is contained in:
parent
3e140ce0ed
commit
fdd4a9700c
@ -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,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit f8246338d8f916b3b08168263e8c61bd65118d4a
|
Subproject commit 9ad9a0d820ad179fcb31fefb81731635bed3c5d2
|
Loading…
x
Reference in New Issue
Block a user