bottomCenter constant

FractionalOffset const bottomCenter = const FractionalOffset(0.5, 1.0)

The center point along the bottom edge.

Implementation

static const FractionalOffset bottomCenter = FractionalOffset(0.5, 1.0)