CupertinoActionSheetActionModifier constructor
const
CupertinoActionSheetActionModifier({})
Creates an action for an iOS-style action sheet.
The child
and onPressed
arguments must not be null.
Implementation
const CupertinoActionSheetActionModifier({
super.key,
super.child,
super.modifierKey,
required this.onPressed,
this.isDefaultAction = false,
this.isDestructiveAction = false,
});