ZeroButtonIconStyleSet constructor

const ZeroButtonIconStyleSet({
  1. ZeroButtonIconStyle? primaryStyle,
  2. ZeroButtonIconStyle? secondaryStyle,
  3. double? largeSize,
  4. double? mediumSize,
  5. double? smallSize,
  6. Color? disabledColor,
})

Implementation

const ZeroButtonIconStyleSet({
  this.primaryStyle,
  this.secondaryStyle,
  this.largeSize,
  this.mediumSize,
  this.smallSize,
  this.disabledColor,
});