bottomCenter constant

AlignmentDirectional const bottomCenter = const AlignmentDirectional(0.0, 1.0)

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)