We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ac6c commit 5a4a73aCopy full SHA for 5a4a73a
lib/src/modal_action_sheet.dart
@@ -6,9 +6,9 @@ import 'extensions/extensions.dart';
6
7
Future<T> showModalActionSheet<T>({
8
@required BuildContext context,
9
- @required List<SheetAction<T>> actions,
10
String title,
11
String message,
+ List<SheetAction<T>> actions = const [],
12
String cancelLabel,
13
AdaptiveStyle style = AdaptiveStyle.adaptive,
14
bool isDismissible = true,
0 commit comments