PresentationImageAlignment enum Null safety
Constants
- center → const PresentationImageAlignment
-
const PresentationImageAlignment(1)
- left → const PresentationImageAlignment
-
const PresentationImageAlignment(0)
- right → const PresentationImageAlignment
-
const PresentationImageAlignment(2)
- unknown → const PresentationImageAlignment
-
const PresentationImageAlignment(3)
-
values
→ const List<
PresentationImageAlignment> -
A constant List of the values in this enum, in order of their declaration.
const List<
PresentationImageAlignment>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited