stateActions static method

FormRadioStateActions stateActions(
  1. String stateName
)

Provides access to state management actions for this radio button widget.

Use this method to get a FormRadioStateActions instance that allows external components to interact with the radio button group's state.

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

Implementation

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