hiroPageBuilder function

Builder hiroPageBuilder(
  1. BuilderOptions options
)

Implementation

Builder hiroPageBuilder(BuilderOptions options) {
  return SharedPartBuilder(
    [const HiroPageGenerator()],
    'hiro_page',
    allowSyntaxErrors: true,
  );
}