AuthButtonStyle constructor

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

Implementation

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