stateActions static method

FormSliderStateActions stateActions(
  1. String stateName
)

Provides access to state management actions for this slider widget.

Use this method to get a FormSliderStateActions instance that allows external components to interact with the slider's state.

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

Implementation

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