InlineTopRight constant

RelativePosition const InlineTopRight

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

Implementation

static const InlineTopRight = RelativePosition(
    originX: Alignment.Start,
    originY: Alignment.End,
    animationOrigin: _AnimationOrigins.UP_RIGHT);