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