LayoutViewPaintOrder class
Standard layout paint orders for all internal components.
Custom component layers should define their paintOrder by taking the nearest layer 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
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
- arc → const int
- bar → const int
- barTargetLine → const int
- chartTitle → const int
- domainAxis → const int
- legend → const int
- line → const int
- linePointHighlighter → const int
- measureAxis → const int
- point → const int
- rangeAnnotation → const int
- sankey → const int
- slider → const int
- treeMap → const int