controller property
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;