upgraded pub packages

This commit is contained in:
Kima
2024-02-24 23:19:37 +01:00
parent ae1f3f9389
commit 25bec328fa
34 changed files with 291 additions and 194 deletions

View File

@@ -62,11 +62,11 @@ Future<T?> showRoundedModalBottomSheet<T>(
builder: (context) => RoundedBottomSheet(child: child));
}
PersistentBottomSheetController<T> showRoundedBottomSheet<T>(
PersistentBottomSheetController showRoundedBottomSheet(
BuildContext context, {
required Widget child,
}) {
return showBottomSheet<T>(
return showBottomSheet(
context: context,
backgroundColor: const Color(0x00000000),
elevation: 12.0,