CupertinoDialogAction constructor
Creates an action for an iOS-style dialog.
Implementation
const CupertinoDialogAction({
this.onPressed,
this.isDefaultAction = false,
this.isDestructiveAction = false,
this.textStyle,
@required this.child,
}) : assert(child != null);