Plushie.Type.Alignment (Plushie v0.7.0)

Copy Markdown View Source

Alignment values for align_x and align_y widget props.

Horizontal: :left, :center, :right. Vertical: :top, :center, :bottom.

Summary

Types

horizontal()

@type horizontal() :: :left | :center | :right

t()

@type t() :: horizontal() | vertical()

vertical()

@type vertical() :: :top | :center | :bottom