CarpenterSelectionController<T> constructor
CarpenterSelectionController<T> ({
- required Object identity(
- T item
- CarpenterSelectionMode mode = CarpenterSelectionMode.multiple,
Implementation
CarpenterSelectionController({
required this.identity,
this.mode = CarpenterSelectionMode.multiple,
});