InlineTopLeft constant

RelativePosition const InlineTopLeft

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

Implementation

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