topCenter property

void get topCenter

Implementation

void get topCenter =>
    _add((w) => Align(alignment: Alignment.topCenter, child: w));