widgetComponentBuilder function

Builder widgetComponentBuilder(
  1. BuilderOptions options
)

Implementation

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