mainSpaceAround method

DefineMColumnModifier mainSpaceAround()

Implementation

DefineMColumnModifier mainSpaceAround() {
  return this.copyWith(valueMainAxisAlignment: MainAxisAlignment.spaceAround);
}