center constant

AlignmentDirectional const center = const AlignmentDirectional(0.0, 0.0)

The center point, both horizontally and vertically.

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

Implementation

static const AlignmentDirectional center = AlignmentDirectional(0.0, 0.0)