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