alignLeft property

Widget get alignLeft

Aligns the widget to the left

Implementation

Widget get alignLeft => Align(alignment: Alignment.centerLeft, child: this);