alignLeft property
Widget
get
alignLeft
Aligns the widget to the left
Implementation
Widget get alignLeft => Align(alignment: Alignment.centerLeft, child: this);
Aligns the widget to the left
Widget get alignLeft => Align(alignment: Alignment.centerLeft, child: this);