TDButtonStyle constructor

TDButtonStyle({
  1. Color? backgroundColor,
  2. Color? frameColor,
  3. Color? textColor,
  4. double? frameWidth,
})

Implementation

TDButtonStyle(
    {this.backgroundColor,
    this.frameColor,
    this.textColor,
    this.frameWidth,});