IconStyle constructor

const IconStyle({
  1. int size = 24,
  2. Color? color,
})

Constructor

Implementation

const IconStyle({this.size = 24, this.color});