TextAlignment
Overview
TextAlignment
defines the possible text alignment options for various components, enabling consistent text positioning across the UI.
Attributes
left
type: literal = 'left'
Aligns text to the left.
right
type: literal = 'right'
Aligns text to the right.
center
type: literal = 'center'
Centers the text.