SafaehOptionTile constructor
const
SafaehOptionTile({})
Implementation
const SafaehOptionTile({
super.key,
required this.title,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
this.selected = false,
this.destructive = false,
this.enabled = true,
this.selectedFill,
this.selectedBorder,
});