LayoutViewPositionOrder class

Standard layout position orders for all internal components.

Custom component layers should define their positionOrder by taking the nearest component from this list, and adding or subtracting 1. This will help reduce the chance of custom behaviors, renderers, etc. from breaking if we need to re-order these components internally.

Constructors

LayoutViewPositionOrder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

axis → const int
chartTitle → const int
drawArea → const int
legend → const int
symbolAnnotation → const int