justifyEnd method

RowBuilder justifyEnd()

Implementation

RowBuilder justifyEnd() {
  _mainAxisAlignment = MainAxisAlignment.end;
  return this;
}