EcpPickerTileItem<T> constructor
const
EcpPickerTileItem<T> ({
- Key? key,
- required SelectWrapper<
T> wrapper, - bool showCheckBox = true,
- IconData? icon,
- String onDisplay(
- T
- EcpTileIconBuilder<
T> ? iconBuilder, - dynamic onSelected(
- bool?
Implementation
const EcpPickerTileItem({
super.key,
required this.wrapper,
this.showCheckBox = true,
this.icon,
this.onDisplay,
this.iconBuilder,
this.onSelected,
});