BeforeCustomAlignment class

Inheritance

Constructors

BeforeCustomAlignment()
const

Properties

cssClassX String
Returns a common CSS class in the format of 'align-x-{{name}}'.
finalinherited
cssClassY String
Returns a common CSS class in the format of 'align-y-{{name}}'.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
requiresContentSizeToPosition bool
Whether calcLeft and calcTop can be used without measuring the size of the content being aligned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(SetPropertyFn setProperty) → void
Applies this enum using setProperty.
inherited
calcLeft(Rectangle<num> sourceRect, [Rectangle<num>? contentRect]) num
Returns the calculated x position from sourceRect.
override
calcTop(Rectangle<num> sourceRect, [Rectangle<num>? contentRect]) num
Returns the calculated y position from sourceRect.
override
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