ZdsSelectableListTile constructor

const ZdsSelectableListTile(
  1. {Key? key,
  2. Widget? leading,
  3. Widget? title,
  4. Widget? subTitle,
  5. Widget? trailing,
  6. VoidCallback? onTap,
  7. bool selected = false,
  8. String? semanticLabel}
)

A tile with rounded edges that can be toggled as selected or unselected.

Implementation

const ZdsSelectableListTile