focused property

bool get focused

Whether the textarea is focused.

Implementation

bool get focused => _model.focused;