IconStyle constructor

IconStyle({
  1. double? size,
  2. Color? color,
  3. List<Shadow>? shadows,
})

Implementation

IconStyle({
  this.size,
  this.color,
  this.shadows,
});