hiddenInputBar method

void hiddenInputBar()

Implementation

void hiddenInputBar() {
  setState(() {
    _inputType = InputType.normal;
  });
}