IconStyleData constructor

const IconStyleData({
  1. Color? collapsedIconColor,
  2. Color? expandedIconColor,
  3. Color? selectedIconColor,
  4. Color? backgroundSelectedIconColor,
  5. Color? unselectedIconColor,
  6. Widget? tailingIcon,
  7. Widget? selectionCustomIcon,
  8. bool? allowDefaultRotation = true,
})

Implementation

const IconStyleData({
  this.collapsedIconColor,
  this.expandedIconColor,
  this.selectedIconColor,
  this.backgroundSelectedIconColor,
  this.unselectedIconColor,
  this.tailingIcon,
  this.selectionCustomIcon,
  this.allowDefaultRotation = true,
});