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