CancelAction constructor
CancelAction({
- required String title,
- VoidCallback? onPressed,
- TextStyle? textStyle,
Implementation
CancelAction({required final this.title, final this.onPressed, final this.textStyle});