empty static method
An empty SlotLayoutConfig to be placed in a slot to indicate that the slot should show nothing.
Implementation
static SlotLayoutConfig empty() {
return const SlotLayoutConfig._(key: Key(''), builder: null);
}
An empty SlotLayoutConfig to be placed in a slot to indicate that the slot should show nothing.
static SlotLayoutConfig empty() {
return const SlotLayoutConfig._(key: Key(''), builder: null);
}