IconStyleData constructor

const IconStyleData({
  1. Color? collapsedIconColor,
  2. Color? expandedIconColor,
  3. Color? selectedIconColor,
  4. Color? backgroundSelectedIconColor,
  5. Color? unselectedIconColor,
})

Implementation

const IconStyleData({
  this.collapsedIconColor,
  this.expandedIconColor,
  this.selectedIconColor,
  this.backgroundSelectedIconColor,
  this.unselectedIconColor,
});