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