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