TreemapBreadcrumbPosition enum
Positions the breadcrumb in the different directions.
Constructors
- TreemapBreadcrumbPosition()
-
const
Values
- top → const TreemapBreadcrumbPosition
-
Places the breadcrumbs at the top of the treemap.
- bottom → const TreemapBreadcrumbPosition
-
Places the breadcrumbs at the bottom of the treemap.
Properties
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
-
values
→ const List<
TreemapBreadcrumbPosition> -
A constant List of the values in this enum, in order of their declaration.
[top, bottom]