FFButtonOptions constructor
const
FFButtonOptions({
- TextStyle? textStyle,
- double? elevation,
- double? height,
- double? width,
- EdgeInsetsGeometry? padding,
- Color? color,
- Color? disabledColor,
- Color? disabledTextColor,
- Color? splashColor,
- double? iconSize,
- Color? iconColor,
- EdgeInsetsGeometry? iconPadding,
- BorderRadius? borderRadius,
- BorderSide? borderSide,
- Color? hoverColor,
- BorderSide? hoverBorderSide,
- Color? hoverTextColor,
- double? hoverElevation,
Implementation
const FFButtonOptions({
this.textStyle,
this.elevation,
this.height,
this.width,
this.padding,
this.color,
this.disabledColor,
this.disabledTextColor,
this.splashColor,
this.iconSize,
this.iconColor,
this.iconPadding,
this.borderRadius,
this.borderSide,
this.hoverColor,
this.hoverBorderSide,
this.hoverTextColor,
this.hoverElevation,
});