centerStart constant
The center point along the "start" edge.
This can be used to indicate an offset from the left in TextDirection.ltr text and an offset from the right in TextDirection.rtl text without having to be aware of the current text direction.
See also:
- AlignmentDirectional.centerStart, which is the same thing.
Implementation
static const AlignmentGeometry centerStart = AlignmentDirectional.centerStart;