disabled property

bool disabled

Whether the node is disabled.

Implementation

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