slot method
Implementation
WidgetSelection slot(String name) => WidgetSelection._fromMatches(
scope: 'widget $type [$key]',
selector: 'slot("$name")',
matches: [...?slots[name]],
);
WidgetSelection slot(String name) => WidgetSelection._fromMatches(
scope: 'widget $type [$key]',
selector: 'slot("$name")',
matches: [...?slots[name]],
);