mainSpaceAround method

DefineMRowModifier mainSpaceAround()

Implementation

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