BaseTextDialogAction constructor
      
      BaseTextDialogAction({ 
    
    
- String? title,
- Widget? child,
- BorderRadius? borderRadius,
- Color? background,
- TextStyle? textStyle,
- VoidCallback? onPressed,
Implementation
BaseTextDialogAction(
    {this.title,
    this.child,
    this.borderRadius,
    this.background,
    this.textStyle,
    this.onPressed});