alignTop property

Widget get alignTop

Aligns the widget to the top

Implementation

Widget get alignTop => Align(alignment: Alignment.topCenter, child: this);