bottomCenter constant

Align const bottomCenter

Bottom-center alignment.

Implementation

static const bottomCenter = Align(
  HorizontalAlign.center,
  VerticalAlign.bottom,
);