controller property

  1. @override
ChipInputController<T>? controller
final

External controller for programmatic chip list management.

When provided, takes precedence over initialValue and onChanged. The controller's state changes are automatically reflected in the widget.

Implementation

@override
final ChipInputController<T>? controller;