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