stretch method

T stretch()

Creates an Attribute instance with CrossAxisAlignment.stretch.

Implementation

T stretch() => builder(CrossAxisAlignment.stretch);