InitialAlignment enum

init image rect with alignment when initialScale > 1.0 see https://github.com/fluttercandies/extended_image/issues/66

Inheritance

Constructors

InitialAlignment()
const

Values

topLeft → const InitialAlignment

The top left corner.

topCenter → const InitialAlignment

The center point along the top edge.

topRight → const InitialAlignment

The top right corner.

centerLeft → const InitialAlignment

The center point along the left edge.

center → const InitialAlignment

The center point, both horizontally and vertically.

centerRight → const InitialAlignment

The center point along the right edge.

bottomLeft → const InitialAlignment

The bottom left corner.

bottomCenter → const InitialAlignment

The center point along the bottom edge.

bottomRight → const InitialAlignment

The bottom right corner.

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<InitialAlignment>
A constant List of the values in this enum, in order of their declaration.