ImagePosition enum Maps & 3D Scene

Image position relative to position reference.

Inheritance
Available extensions

Values

styleDefault → const ImagePosition

Default image position (style defined).

center → const ImagePosition

Centered on position. Default.

leftTop → const ImagePosition

Left-top side relative to position.

centerTop → const ImagePosition

Horizontal centered-top side relative to position.

rightTop → const ImagePosition

Right-top side relative to position.

rightCenter → const ImagePosition

Right-vertical centered side relative to position.

rightBottom → const ImagePosition

Right-bottom side relative to position.

centerBottom → const ImagePosition

Horizontal centered-bottom side relative to position.

leftBottom → const ImagePosition

Left-bottom side relative to position.

leftCenter → const ImagePosition

Left-vertical centered side relative to position.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<ImagePosition>
A constant List of the values in this enum, in order of their declaration.