Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@widget@stack_Stack.hrl
Raw

include/plushie@widget@stack_Stack.hrl

-record(stack, {
id :: binary(),
children :: list(plushie@node:node_()),
width :: gleam@option:option(plushie@prop@length:length()),
height :: gleam@option:option(plushie@prop@length:length()),
clip :: gleam@option:option(boolean()),
a11y :: gleam@option:option(plushie@prop@a11y:a11y())
}).