widgetComponentBuilder function
Builder
widgetComponentBuilder(
- BuilderOptions options
Implementation
Builder widgetComponentBuilder(BuilderOptions options) => SharedPartBuilder(
[WidgetComponentGenerator()],
'component', // This is the name of the output part file
);