bottomCenter method
Apply widget to bottom center
Equivalent to:
TextButton(
alignment: Alignment.bottomCenter
)
Implementation
NikuButton bottomCenter() {
this._alignment = Alignment.bottomCenter;
return this;
}
Apply widget to bottom center
Equivalent to:
TextButton(
alignment: Alignment.bottomCenter
)
NikuButton bottomCenter() {
this._alignment = Alignment.bottomCenter;
return this;
}