center method

T center()

Creates an Attribute instance with Alignment.center.

Implementation

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