alignTop property
Widget
get
alignTop
Aligns the widget to the top
Implementation
Widget get alignTop => Align(alignment: Alignment.topCenter, child: this);
Aligns the widget to the top
Widget get alignTop => Align(alignment: Alignment.topCenter, child: this);