JidoujishoListTile constructor
Initialise this widget.
Implementation
const JidoujishoListTile({
required this.title,
required this.subtitle,
required this.icon,
required this.selected,
this.foregroundColor,
this.onTap,
this.trailing,
super.key,
});