justifyEvenly method

RowBuilder justifyEvenly()

Implementation

RowBuilder justifyEvenly() {
  _mainAxisAlignment = MainAxisAlignment.spaceEvenly;
  return this;
}