isFocused property

bool get isFocused

Alias for hasFocus for consistency.

Implementation

bool get isFocused => _focusNode.hasFocus;