alignTopLeft property
VContainer
get
alignTopLeft
Aligns the container to the top left.
Implementation
VContainer get alignTopLeft => align(Alignment.topLeft);
Aligns the container to the top left.
VContainer get alignTopLeft => align(Alignment.topLeft);