justifyEvenly method

GridBuilder justifyEvenly()

Implementation

GridBuilder justifyEvenly() {
  _justifyContent = MainAxisAlignment.spaceEvenly;
  return this;
}