OffsetTopRight constant

RelativePosition const OffsetTopRight

A position that starts at the origin's top right point and flows upwards and to the right.

Implementation

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