BaseTextDialogAction constructor

BaseTextDialogAction({
  1. String? title,
  2. Widget? child,
  3. BorderRadius? borderRadius,
  4. Color? background,
  5. TextStyle? textStyle,
  6. VoidCallback? onPressed,
})

Implementation

BaseTextDialogAction(
    {this.title,
    this.child,
    this.borderRadius,
    this.background,
    this.textStyle,
    this.onPressed});