stateActions static method

FormChipStateActions stateActions(
  1. String stateName
)

Provides access to state management actions for this chip widget.

Use this method to get a FormChipStateActions instance that allows external components to interact with the chip widget's state.

stateName should match the state identifier used when registering the widget.

Implementation

static FormChipStateActions stateActions(String stateName) =>
    FormChipStateActions(stateName);