topCenter constant

FractionalOffset const topCenter = const FractionalOffset(0.5, 0.0)

The center point along the top edge.

Implementation

static const FractionalOffset topCenter = FractionalOffset(0.5, 0.0)