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