focus method

Cmd? focus()

Focuses the textarea.

Implementation

Cmd? focus() {
  final cmd = _model.focus();
  notifyListeners();
  return cmd;
}