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