FluentToolbar constructor

const FluentToolbar({
  1. Key? key,
  2. required FluentDocument document,
  3. FluentEditorLabels? labels,
})

Implementation

const FluentToolbar({super.key, required this.document, this.labels});