SlotLayout constructor
const
SlotLayout({
- required Map<
Breakpoint, SlotLayoutConfig?> config, - Key? key,
Creates a SlotLayout widget.
Implementation
const SlotLayout({required this.config, super.key});