spaceAround method

T spaceAround()

Creates an Attribute instance with MainAxisAlignment.spaceAround.

Implementation

T spaceAround() => builder(MainAxisAlignment.spaceAround);