bottomCenter method
Apply widget to bottom end
Equivalent to:
Stack(
alignment: AlignmentDirectional.bottomCenter
)
Implementation
NikuStack bottomCenter() {
this._alignment = AlignmentDirectional.bottomCenter;
return this;
}
Apply widget to bottom end
Equivalent to:
Stack(
alignment: AlignmentDirectional.bottomCenter
)
NikuStack bottomCenter() {
this._alignment = AlignmentDirectional.bottomCenter;
return this;
}