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