modal property

bool modal

Whether the node is modal.

Implementation

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