FFButtonOptions constructor

const FFButtonOptions({
  1. TextAlign? textAlign,
  2. TextStyle? textStyle,
  3. double? elevation,
  4. double? height,
  5. double? width,
  6. EdgeInsetsGeometry? padding,
  7. Color? color,
  8. Color? disabledColor,
  9. Color? disabledTextColor,
  10. Color? splashColor,
  11. double? iconSize,
  12. Color? iconColor,
  13. EdgeInsetsGeometry? iconPadding,
  14. BorderRadius? borderRadius,
  15. BorderSide? borderSide,
  16. Color? hoverColor,
  17. BorderSide? hoverBorderSide,
  18. Color? hoverTextColor,
  19. double? hoverElevation,
  20. int? maxLines,
})

Implementation

const FFButtonOptions({
  this.textAlign,
  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,
  this.maxLines,
});