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