justifyBetween method

RowBuilder justifyBetween()

Implementation

RowBuilder justifyBetween() {
  _mainAxisAlignment = MainAxisAlignment.spaceBetween;
  return this;
}