TileProps constructor
const
TileProps({})
Implementation
const TileProps({
this.title,
this.titleWidget,
this.subtitle,
this.subtitleWidget,
this.leading,
this.trailing,
this.selected = false,
this.disabled = false,
this.dense = false,
this.onTap,
this.padding,
});