end constant

BoxAlignmentBase const end

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

Implementation

static const BoxAlignmentBase end = DirectionalBoxAlignment(1.0);