alignLeft property

AutoLayout alignLeft

Implementation

AutoLayout get alignLeft {
  return this.._mainAxisAlignment = MainAxisAlignment.start;
}