slotBuilders property
A map of slot builders. Keys are LayoutSlot enums, and values are SlotBuilderType instances which define how to build a widget for that slot.
Slots not provided in this map will not be rendered, unless a specific default is handled internally (e.g., defaultBody).
Implementation
final Map<LayoutSlot, SlotBuilderType> slotBuilders;