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 StageAlign
const StageAlign(7)
BOTTOM_LEFT StageAlign
const StageAlign(6)
BOTTOM_RIGHT StageAlign
const StageAlign(8)
LEFT StageAlign
const StageAlign(3)
NONE StageAlign
const StageAlign(4)
const StageAlign(5)
TOP StageAlign
const StageAlign(1)
TOP_LEFT StageAlign
const StageAlign(0)
TOP_RIGHT StageAlign
const StageAlign(2)
values → List<StageAlign>

A constant List of the values in this enum, in order of their declaration.

const List<StageAlign>

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
index → int
read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

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.

inherited