menu
fl_html_editor package
documentation
fl_html_editor.dart
HtmlEditorController
setBold method
setBold method
dark_mode
light_mode
setBold
method
Future
<
void
>
setBold
(
)
Set bold formatting
Implementation
Future<void> setBold() async { await execCommand('bold'); }
fl_html_editor package
documentation
fl_html_editor
HtmlEditorController
setBold method
HtmlEditorController class