HandleAlignment enum

Alignment of the handle.

Inheritance
Available extensions

Values

inside → const HandleAlignment

The handle is completely inside the box corner/side.

outside → const HandleAlignment

The handle is completely outside the box corner/side.

center → const HandleAlignment

The handle is in the center of the box corner/side. This means that the center of the handle is at the center of the box corner/side.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isCenter bool
Whether handle align is center or not.
no setter
isInside bool
Whether handle align is inside or not.
no setter
isOutside bool
Whether handle align is outside or not.
no setter
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
offset(double handleSize) double
Returns offset of the handle from the box corner/side.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HandleAlignment>
A constant List of the values in this enum, in order of their declaration.