ChipsField<T> constructor
const
ChipsField<T> ({})
Implementation
@override
const ChipsField(
{super.key,
this.labelText,
this.items,
required this.onChanged,
this.chipBuilder,
this.suggestionsCallback,
this.autofocus = false});