DVUI

defaults

Source

Implementation

#
pub var defaults: Options = .{
    .name = "Plot",
    .role = .group,
    .label = .{ .text = "Plot" },
    .padding = Rect.all(6),
    .background = true,
    .min_size_content = .{ .w = 20, .h = 20 },
    .style = .content,
}