Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@internal@model_InsetShadow.hrl
Raw

include/legos@internal@model_InsetShadow.hrl

-record(inset_shadow, {
color :: legos@internal@model:color(),
offset :: {float(), float()},
blur :: float(),
size :: float(),
inset :: boolean()
}).