Designer constructor
const
Designer({
- Key? key,
- ReportTemplate? initialTemplate,
- String? initialJson,
- Locale uiLocale = const Locale('de'),
- ValueChanged<
Locale> ? onUiLocaleChanged, - Future<
void> onSave(- String vpsContent
Creates the editor with its built-in starter invoice.
Implementation
const Designer({
super.key,
this.initialTemplate,
this.initialJson,
this.uiLocale = const Locale('de'),
this.onUiLocaleChanged,
this.onSave,
});