StarterComponentPreview typedef
One registered starter component preview: a human label, a URL-safe
slug (the component folder name), and a builder that renders the
component's variant matrix.
Implementation
typedef StarterComponentPreview = ({
String label,
String slug,
WidgetBuilder builder,
});