direction property

PanelDirection direction
final

The owning resource's layout direction, propagated at parse time by ResourceSchema.fromJson — see RelationDescriptor.fromJson. Defaults to PanelDirection.ltr for a directly-constructed relation (tests, and callers building one by hand).

Implementation

final PanelDirection direction;