start constant

BoxAlignmentBase const start

Aligns to the start of the container, respecting text direction. In LTR text, this is left/top; in RTL text, this is right/top.

Implementation

static const BoxAlignmentBase start = DirectionalBoxAlignment(-1.0);