ToggleIconItemData constructor
ToggleIconItemData({})
Implementation
ToggleIconItemData({
required this.text,
required this.id,
this.icon,
this.isHorizontal = false,
this.isSelected = false,
this.size = const Size(97, 42),
});