alignTopRight property
VContainer
get
alignTopRight
Aligns the container to the top right.
Implementation
VContainer get alignTopRight => align(Alignment.topRight);
Aligns the container to the top right.
VContainer get alignTopRight => align(Alignment.topRight);