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