alignRight property

AutoLayout alignRight

Implementation

AutoLayout get alignRight {
  return this.._mainAxisAlignment = MainAxisAlignment.end;
}