IconAnchor enum

Part of the icon placed closest to the anchor.

Inheritance

Constructors

IconAnchor()
const

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.

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<IconAnchor>
A constant List of the values in this enum, in order of their declaration.