bottomLeft method
Apply widget to bottom left
Equivalent to:
TextButton(
alignment: Alignment.bottomLeft
)
Implementation
NikuButton bottomLeft() {
this._alignment = Alignment.bottomLeft;
return this;
}
Apply widget to bottom left
Equivalent to:
TextButton(
alignment: Alignment.bottomLeft
)
NikuButton bottomLeft() {
this._alignment = Alignment.bottomLeft;
return this;
}