CupertinoSheet constructor
CupertinoSheet({})
Implementation
CupertinoSheet({
Key? key,
required this.title,
required this.options,
this.titleTextStyle,
this.optionTextStyle,
this.cancelTextStyle,
required this.didIndexSelected,
}) : super(key: key);