Alignment values for align_x and align_y widget props.
Horizontal: :left, :center, :right.
Vertical: :top, :center, :bottom.
Summary
Types
@type horizontal() :: :left | :center | :right
@type t() :: horizontal() | vertical()
@type vertical() :: :top | :center | :bottom