stateActions static method

TextFieldStateActions stateActions(
  1. String stateName
)

StateActions for the text field

Implementation

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