bind method

void bind(
  1. InputTextState state
)

Implementation

void bind(InputTextState state) {
  _state = state;
}