FluentBubbleToolbar constructor
const
FluentBubbleToolbar({
- Key? key,
- required FluentDocument document,
- required GlobalKey<
State< stackKey,StatefulWidget> > - FluentEditorLabels? labels,
- ScrollController? scrollController,
- List<
Widget> bubbleActions = const [],
Implementation
const FluentBubbleToolbar({
super.key,
required this.document,
required this.stackKey,
this.labels,
this.scrollController,
this.bubbleActions = const [],
});