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