AuthButtonStyle constructor

const AuthButtonStyle({
  1. Color? buttonColor,
  2. Color? splashColor,
  3. double? elevation,
  4. double? borderRadius,
  5. TextStyle? textStyle,
  6. EdgeInsets? padding,
  7. Color? borderColor,
  8. double? borderWidth,
  9. AuthButtonType? buttonType,
  10. double? width,
  11. double? height,
  12. double? iconSize = 30.0,
  13. double? separator,
  14. Color? iconBackground,
  15. AuthIconType? iconType,
  16. Color? shadowColor,
  17. Color? progressIndicatorColor,
  18. Color? progressIndicatorValueColor,
  19. double? progressIndicatorStrokeWidth,
  20. double? progressIndicatorValue,
  21. Color? iconColor,
})

Implementation

const AuthButtonStyle({
  this.buttonColor,
  this.splashColor,
  this.elevation,
  this.borderRadius,
  this.textStyle,
  this.padding,
  this.borderColor,
  this.borderWidth,
  this.buttonType,
  this.width,
  this.height,
  this.iconSize = 30.0,
  this.separator,
  this.iconBackground,
  this.iconType,
  this.shadowColor,
  this.progressIndicatorColor,
  this.progressIndicatorValueColor,
  this.progressIndicatorStrokeWidth,
  this.progressIndicatorValue,
  this.iconColor,
});