ZeroButtonIconStyleSet constructor
const
ZeroButtonIconStyleSet({
- ZeroButtonIconStyle? primaryStyle,
- ZeroButtonIconStyle? secondaryStyle,
- double? largeSize,
- double? mediumSize,
- double? smallSize,
- Color? disabledColor,
Implementation
const ZeroButtonIconStyleSet({
this.primaryStyle,
this.secondaryStyle,
this.largeSize,
this.mediumSize,
this.smallSize,
this.disabledColor,
});