JBButtonProperties constructor
JBButtonProperties({
- LinearGradient? gradient,
- Color? color,
- Color? borderColor,
- double? borderWidth,
- BorderRadius? borderRadius,
- double? borderRadiusAll,
- TextStyle? textStyle,
- Color? textColor,
- double? height,
- double? minWidth,
- EdgeInsetsGeometry? padding,
- 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
});