InitialAlignment enum
init image rect with alignment when initialScale > 1.0 see https://github.com/fluttercandies/extended_image/issues/66
Constants
- bottomCenter → const InitialAlignment
-
The center point along the bottom edge.
const InitialAlignment(7)
- bottomLeft → const InitialAlignment
-
The bottom left corner.
const InitialAlignment(6)
- bottomRight → const InitialAlignment
-
The bottom right corner.
const InitialAlignment(8)
- center → const InitialAlignment
-
The center point, both horizontally and vertically.
const InitialAlignment(4)
- centerLeft → const InitialAlignment
-
The center point along the left edge.
const InitialAlignment(3)
- centerRight → const InitialAlignment
-
The center point along the right edge.
const InitialAlignment(5)
- topCenter → const InitialAlignment
-
The center point along the top edge.
const InitialAlignment(1)
- topLeft → const InitialAlignment
-
The top left corner.
const InitialAlignment(0)
- topRight → const InitialAlignment
-
The top right corner.
const InitialAlignment(2)
-
values
→ const List<
InitialAlignment> -
A constant List of the values in this enum, in order of their declaration.
const List<
InitialAlignment>
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The integer index of this enum.
final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited