spaceAround method

T spaceAround()
inherited

Creates an Attribute instance with MainAxisAlignment.spaceAround value.

Implementation

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