InlineBottomRight constant

RelativePosition const InlineBottomRight

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

Implementation

static const InlineBottomRight = RelativePosition(
    originX: Alignment.Start, animationOrigin: _AnimationOrigins.DOWN_RIGHT);