alignTopLeft property

Widget get alignTopLeft

Aligns the widget to the top left

Implementation

Widget get alignTopLeft => Align(alignment: Alignment.topLeft, child: this);