ZeroButtonIconStyle constructor

const ZeroButtonIconStyle({
  1. Color? color,
  2. Color? iconColor,
  3. double? iconSize,
})

Implementation

const ZeroButtonIconStyle({
  this.color,
  this.iconColor,
  this.iconSize,
});