orientation property

String? orientation

Whether the node is oriented horizontally or vertically.

Implementation

String? get orientation => _properties['orientation'] as String?;