alignBottomRight property
VContainer
get
alignBottomRight
Aligns the container to the bottom right.
Implementation
VContainer get alignBottomRight => align(Alignment.bottomRight);
Aligns the container to the bottom right.
VContainer get alignBottomRight => align(Alignment.bottomRight);