focused property

bool focused

Whether the node is focused.

Implementation

bool get focused => _properties['focused'] as bool? ?? false;