Size value for the width and height props on most widgets.
Maps to iced's Length enum. Accepts :fill, :shrink,
{:fill_portion, n}, or a numeric pixel value.
Summary
Types
@type t() :: :fill | :shrink | {:fill_portion, pos_integer()} | number()