ChoiceChipFieldController<T>.fromValue constructor

ChoiceChipFieldController<T>.fromValue(
  1. ChoiceChipFieldController<T> controller
)

Implementation

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