MarkdownToolbar constructor
const
MarkdownToolbar({
- Key? key,
- VoidCallback? onPreviewChanged,
- String? markdownSyntax,
- required TextEditingController controller,
- bool emojiConvert = true,
- VoidCallback? unfocus,
- required Toolbar toolbar,
- bool autoCloseAfterSelectEmoji = true,
- Color? toolbarBackground,
- Color? expandableBackground,
- VoidCallback? onActionCompleted,
- bool showPreviewButton = true,
- bool showEmojiSelection = true,
Implementation
const MarkdownToolbar({
super.key,
this.onPreviewChanged,
this.markdownSyntax,
required this.controller,
this.emojiConvert = true,
this.unfocus,
required this.toolbar,
this.autoCloseAfterSelectEmoji = true,
this.toolbarBackground,
this.expandableBackground,
this.onActionCompleted,
this.showPreviewButton = true,
this.showEmojiSelection = true,
});