IconStyle constructor

IconStyle(
  1. IconData icon, {
  2. Color? color,
  3. double? size,
  4. Color? backgroundColor,
})

Implementation

IconStyle(
  this.icon, {
  this.color,
  this.size,
  this.backgroundColor,
});