FluentBubbleToolbar constructor

const FluentBubbleToolbar({
  1. Key? key,
  2. required FluentDocument document,
  3. required GlobalKey<State<StatefulWidget>> stackKey,
  4. FluentEditorLabels? labels,
  5. ScrollController? scrollController,
  6. List<Widget> bubbleActions = const [],
})

Implementation

const FluentBubbleToolbar({
  super.key,
  required this.document,
  required this.stackKey,
  this.labels,
  this.scrollController,
  this.bubbleActions = const [],
});