CupertinoSelectionTile<T> constructor
const
CupertinoSelectionTile<T> ({})
Implementation
const CupertinoSelectionTile({
required this.title,
required this.isSelected,
required this.checkMarkLocation,
this.subtitle,
this.value,
this.onTap,
this.checkMarkColor,
required this.enabled,
Key? key}) : super(key: key);