MyMainBtn constructor

MyMainBtn(
  1. dynamic title,
  2. TapDebounceClick tap, {
  3. dynamic marginL = 28.0,
  4. dynamic marginTop = 0.0,
  5. double radius = 2.0,
  6. double paddingV = 5.0,
  7. num fontSize = 20.0,
  8. Color? color,
  9. num height = 60,
  10. Gradient? gradient,
})

Implementation

MyMainBtn(this.title, this.tap,
    {this.marginL = 28.0,
    this.marginTop = 0.0,
    this.radius = 2.0,
    this.paddingV = 5.0,
    this.fontSize = 20.0,
    this.color,
    this.height = 60,
    this.gradient});