StageScaleMode enum
The StageScaleMode defines how the Stage is scaled inside of the Canvas.
Constants
- EXACT_FIT → const StageScaleMode
-
const StageScaleMode(0)
- NO_BORDER → const StageScaleMode
-
const StageScaleMode(1)
- NO_SCALE → const StageScaleMode
-
const StageScaleMode(2)
- SHOW_ALL → const StageScaleMode
-
const StageScaleMode(3)
-
values
→ const List<
StageScaleMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
StageScaleMode>
Properties
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