StageAlign enum Null safety
The StageAlign defines how the content of the Stage is aligned inside of the Canvas. The setting controls where the origin (point 0,0) of the Stage will be placed on the Canvas.
Constants
- BOTTOM → const StageAlign
-
const StageAlign(7)
- BOTTOM_LEFT → const StageAlign
-
const StageAlign(6)
- BOTTOM_RIGHT → const StageAlign
-
const StageAlign(8)
- LEFT → const StageAlign
-
const StageAlign(3)
- NONE → const StageAlign
-
const StageAlign(4)
- RIGHT → const StageAlign
-
const StageAlign(5)
- TOP → const StageAlign
-
const StageAlign(1)
- TOP_LEFT → const StageAlign
-
const StageAlign(0)
- TOP_RIGHT → const StageAlign
-
const StageAlign(2)
-
values
→ const List<
StageAlign> -
A constant List of the values in this enum, in order of their declaration.
const List<
StageAlign>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited