ToggleAttributeItem constructor
const
ToggleAttributeItem({})
Creates a toggle for attribute.
Implementation
const ToggleAttributeItem({
required this.id,
required this.group,
required this.attribute,
required this.icon,
required this.tooltipOf,
this.activeWhen,
});