Tile constructor
const
Tile({})
Implementation
const Tile({
this.title,
this.subtitle,
this.leading,
this.trailing,
this.titleText,
this.subtitleText,
this.onPressed,
this.href,
this.selected = false,
this.disabled = false,
super.key,
});