createState method
Creates the state for this widget.
Returns a _NyFormChipState instance that manages the chip selection state
and handles user interactions.
Implementation
@override
// ignore: no_logic_in_create_state
createState() => _NyFormChipState(field);