spaceAround method
T
spaceAround()
Creates an Attribute instance with MainAxisAlignment.spaceAround.
Implementation
T spaceAround() => builder(MainAxisAlignment.spaceAround);
Creates an Attribute instance with MainAxisAlignment.spaceAround.
T spaceAround() => builder(MainAxisAlignment.spaceAround);