VTile constructor
const
VTile({})
Implementation
const VTile({
super.key,
required this.title,
this.enabled = true,
this.selected = false,
this.onPress,
this.subtitle,
this.details,
this.prefix,
this.suffix,
});