ZdsSelectableListTile.checkable constructor
A tile with rounded edges that can be toggled as selected or unselected and shows a check icon when selected.
Implementation
const ZdsSelectableListTile.checkable({
super.key,
this.leading,
this.title,
this.subTitle,
this.selected = false,
this.onTap,
this.semanticLabel,
}) : trailing = const Icon(ZdsIcons.check),
_checkable = true;