SafaehTileOption<T> constructor
const
SafaehTileOption<T> ({})
Implementation
const SafaehTileOption({
required this.value,
required this.label,
this.subtitle,
this.leading,
this.trailing,
this.enabled = true,
});