OffsetBottomLeft constant

RelativePosition const OffsetBottomLeft

A position that starts at the origin's bottom left point and flows downwards and to the left.

Implementation

static const OffsetBottomLeft = RelativePosition(
    originX: Alignment.Before,
    originY: Alignment.After,
    animationOrigin: _AnimationOrigins.DOWN_LEFT);