OffsetTopLeft constant

RelativePosition const OffsetTopLeft

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

Implementation

static const OffsetTopLeft = RelativePosition(
    originX: Alignment.Before,
    originY: Alignment.Before,
    animationOrigin: _AnimationOrigins.UP_LEFT);