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