bottomCenter method

T bottomCenter()

Creates an Attribute instance with Alignment.bottomCenter.

Implementation

T bottomCenter() => builder(Alignment.bottomCenter);