topCenter property

void topCenter

Implementation

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