FluentToolbar constructor
const
FluentToolbar({
- Key? key,
- required FluentDocument document,
- FluentEditorLabels? labels,
Implementation
const FluentToolbar({super.key, required this.document, this.labels});