SlotLayout constructor

const SlotLayout({
  1. required Map<Breakpoint, SlotLayoutConfig?> config,
  2. Key? key,
})

Creates a SlotLayout widget.

Implementation

const SlotLayout({required this.config, super.key});