Current section
Files
Jump to
Current section
Files
include/legos@internal@model_FocusStyle.hrl
-record(focus_style, {
border_color :: gleam@option:option(legos@internal@model:color()),
background_color :: gleam@option:option(legos@internal@model:color()),
shadow :: gleam@option:option(legos@internal@model:shadow())
}).