justifyAround method

RowBuilder justifyAround()

Implementation

RowBuilder justifyAround() {
  _mainAxisAlignment = MainAxisAlignment.spaceAround;
  return this;
}