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