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