alignLeft property

Widget get alignLeft

Align the widget to the left

Implementation

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