justifyAround method

FlexBuilder justifyAround()

Implementation

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