topCenter method
T
topCenter()
Creates an Attribute instance with Alignment.topCenter.
Implementation
T topCenter() => builder(Alignment.topCenter);
Creates an Attribute instance with Alignment.topCenter.
T topCenter() => builder(Alignment.topCenter);