isFocused method

bool isFocused()

Returns whether the textarea is focused.

Implementation

bool isFocused() => _focused;