centerEnd constant

AlignmentGeometry const centerEnd

The center point along the "end" edge.

This can be used to indicate an offset from the right in TextDirection.ltr text and an offset from the left in TextDirection.rtl text without having to be aware of the current text direction.

See also:

Implementation

static const AlignmentGeometry centerEnd = AlignmentDirectional.centerEnd;