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