CancelAction constructor

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

Implementation

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