Align
Align represents the horizontal alignment of a UI element such as text, images, or QR codes.
It defines how these elements should be arranged horizontally within their container. This enumeration provides three alignment options:
Left: Aligns the element to the left of its container.Center: Centers the element within its container.Right: Aligns the element to the right of its container.
Align is commonly used in data classes for visual elements like Text, Image, and QrCode to control their alignment properties.