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