cancelButton property

CupertinoActionSheetAction? cancelButton
final

The optional cancel button that is grouped separately from the other actions.

Typically this is an CupertinoActionSheetAction widget.

Implementation

final CupertinoActionSheetAction? cancelButton;