stackedDialogGenerator function
Builder
stackedDialogGenerator(
- BuilderOptions options
Implementation
Builder stackedDialogGenerator(BuilderOptions options) {
return LibraryBuilder(
StackedDialogGenerator(),
generatedExtension: '.dialogs.dart',
);
}