slot method

WidgetSelection slot(
  1. String name
)

Implementation

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