start method

T start()

Creates an Attribute instance with MainAxisAlignment.start.

Implementation

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