InlineBottomLeft constant

RelativePosition const InlineBottomLeft

A position that starts at the origin and flows downwards and left

Implementation

static const InlineBottomLeft = RelativePosition(
    originX: Alignment.End, animationOrigin: _AnimationOrigins.DOWN_LEFT);