justifyAround method

GridBuilder justifyAround()

Implementation

GridBuilder justifyAround() {
  _justifyContent = MainAxisAlignment.spaceAround;
  return this;
}