AffogatoEditorInstanceData constructor
AffogatoEditorInstanceData({
- required String documentId,
- required LanguageBundle? languageBundle,
- required ThemeBundle<
dynamic, Color, TextStyle, TextSpan> themeBundle,
Implementation
AffogatoEditorInstanceData({
required this.documentId,
required this.languageBundle,
required this.themeBundle,
});