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