ChoiceChipFieldController<T>.fromValue constructor
ChoiceChipFieldController<T>.fromValue (
- ChoiceChipFieldController<
T> controller
Implementation
ChoiceChipFieldController.fromValue(
final ChoiceChipFieldController<T> controller,
) : _items = controller.items,
super(controller.value);