LoadingButtonStyle constructor
const
LoadingButtonStyle({
- Color? backgroundColor,
- Color? foregroundColor,
- Color? disabledBackgroundColor,
- Color? disabledForegroundColor,
- Color? loadingBackgroundColor,
- Color? successBackgroundColor,
- Color? errorBackgroundColor,
- Color? borderColor,
- double? borderWidth,
- double? borderRadius,
- double? elevation,
- Color? shadowColor,
- EdgeInsetsGeometry? padding,
- TextStyle? textStyle,
- double? iconSize,
- AlignmentGeometry? alignment,
Implementation
const LoadingButtonStyle({
this.backgroundColor,
this.foregroundColor,
this.disabledBackgroundColor,
this.disabledForegroundColor,
this.loadingBackgroundColor,
this.successBackgroundColor,
this.errorBackgroundColor,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.elevation,
this.shadowColor,
this.padding,
this.textStyle,
this.iconSize,
this.alignment,
});