IconAnchor enum
Part of the icon placed closest to the anchor. Default value: "center".
Values
- CENTER → const IconAnchor
-
The center of the icon is placed closest to the anchor.
- LEFT → const IconAnchor
-
The left side of the icon is placed closest to the anchor.
- RIGHT → const IconAnchor
-
The right side of the icon is placed closest to the anchor.
- TOP → const IconAnchor
-
The top of the icon is placed closest to the anchor.
- BOTTOM → const IconAnchor
-
The bottom of the icon is placed closest to the anchor.
- TOP_LEFT → const IconAnchor
-
The top left corner of the icon is placed closest to the anchor.
- TOP_RIGHT → const IconAnchor
-
The top right corner of the icon is placed closest to the anchor.
- BOTTOM_LEFT → const IconAnchor
-
The bottom left corner of the icon is placed closest to the anchor.
- BOTTOM_RIGHT → const IconAnchor
-
The bottom right corner of the icon is placed closest to the anchor.
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<
IconAnchor> - A constant List of the values in this enum, in order of their declaration.