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