ErrorButtonStyle constructor

ErrorButtonStyle({
  1. BorderRadius? borderRadius,
  2. Color? textColor,
  3. Color? buttonColor,
  4. double? buttonHeight,
  5. double? buttonWidth,
})

Implementation

ErrorButtonStyle(
    {this.borderRadius,
    this.textColor,
    this.buttonColor,
    this.buttonHeight,
    this.buttonWidth});