FluentDocumentWidget constructor
const
FluentDocumentWidget({
- Key? key,
- required FluentDocument document,
- double maxWidth = 800.0,
- FluentEditorLabels? labels,
- Widget? sidebar,
- FluentToolbarMode toolbarMode = FluentToolbarMode.fixed,
- List<
Widget> bubbleActions = const [],
Implementation
const FluentDocumentWidget({
super.key,
required this.document,
this.maxWidth = 800.0,
this.labels,
this.sidebar,
this.toolbarMode = FluentToolbarMode.fixed,
this.bubbleActions = const [],
});