JBButtonProperties constructor

JBButtonProperties({
  1. LinearGradient? gradient,
  2. Color? color,
  3. Color? borderColor,
  4. double? borderWidth,
  5. BorderRadius? borderRadius,
  6. double? borderRadiusAll,
  7. TextStyle? textStyle,
  8. Color? textColor,
  9. double? height,
  10. double? minWidth,
  11. EdgeInsetsGeometry? padding,
  12. double? elevation,
})

Implementation

JBButtonProperties({
  this.gradient,
  this.color,
  this.borderColor,
  this.borderWidth,
  this.borderRadius,
  this.borderRadiusAll,
  this.textStyle,
  this.textColor,
  this.height,
  this.minWidth,
  this.padding,
  this.elevation
});