stretch method
T
stretch()
Creates an Attribute instance with CrossAxisAlignment.stretch.
Implementation
T stretch() => builder(CrossAxisAlignment.stretch);
Creates an Attribute instance with CrossAxisAlignment.stretch.
T stretch() => builder(CrossAxisAlignment.stretch);