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