isFocused property

bool isFocused

Returns true if this node is focused.

This is a mutable property, notifyListeners is called to notify all registered listeners.

Implementation

bool get isFocused => _isFocused;