CancelAction constructor

CancelAction({
  1. required String title,
  2. VoidCallback? onPressed,
  3. TextStyle? textStyle,
})

Implementation

CancelAction({required this.title, this.onPressed, this.textStyle});