stateGenerator function

Builder stateGenerator(
  1. BuilderOptions option
)

Implementation

Builder stateGenerator(BuilderOptions option) {
  return SharedPartBuilder(
    [
      StateGenerator(),
      SelectorGenerator(),
      WidgetGenerator(),
    ],
    'fstate',
    allowSyntaxErrors: true,
  );
}