initialValue property
Initial chip list when no controller is provided.
Used only when controller is null. Provides the starting set of chips to display in the input. Defaults to an empty list.
Implementation
@override
final List<T> initialValue;
Initial chip list when no controller is provided.
Used only when controller is null. Provides the starting set of chips to display in the input. Defaults to an empty list.
@override
final List<T> initialValue;