topLeft method

T topLeft()

Creates an Attribute instance with Alignment.topLeft.

Implementation

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