FFButtonOptions constructor

const FFButtonOptions({
  1. TextStyle? textStyle,
  2. double? elevation,
  3. double? height,
  4. double? width,
  5. EdgeInsetsGeometry? padding,
  6. Color? color,
  7. Color? disabledColor,
  8. Color? disabledTextColor,
  9. Color? splashColor,
  10. double? iconSize,
  11. Color? iconColor,
  12. EdgeInsetsGeometry? iconPadding,
  13. BorderRadius? borderRadius,
  14. BorderSide? borderSide,
  15. Color? hoverColor,
  16. BorderSide? hoverBorderSide,
  17. Color? hoverTextColor,
  18. 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,
});