defaults
Source
Implementation
pub var defaults: Options = .{
.name = "ScrollContainer",
// most of the time ScrollContainer is used inside ScrollArea which
// overrides these
.background = true,
.min_size_content = .{ .w = 5, .h = 5 },
.style = .window,
}