setValue method

InputControllerState setValue(
  1. FormDataValue newValue
)

Implementation

InputControllerState setValue(
  FormDataValue newValue,
) {
  return InputControllerState._(
    _controller,
    newValue,
  );
}