bottomCenter constant

AlignmentDirectional const bottomCenter

The center point along the bottom edge.

Consider using Alignment.bottomCenter instead, as it does not need to be resolved to be used.

Implementation

static const AlignmentDirectional bottomCenter = AlignmentDirectional(0.0, 1.0);