center constant Null safety
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);