StageAlign enum

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.

Inheritance

Constructors

StageAlign()
const

Values

TOP_LEFT → const StageAlign
TOP → const StageAlign
TOP_RIGHT → const StageAlign
LEFT → const StageAlign
NONE → const StageAlign
BOTTOM_LEFT → const StageAlign
BOTTOM → const StageAlign
BOTTOM_RIGHT → const StageAlign

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