IconStyle constructor

const IconStyle({
  1. double? size,
  2. double? onSelectSize,
  3. Color? color,
  4. Color? onSelectColor,
})

Implementation

const IconStyle(
    {this.size, this.onSelectSize, this.color, this.onSelectColor});