menu
fl_html_editor package
documentation
fl_html_editor.dart
HtmlEditorController
alignCenter method
alignCenter method
dark_mode
light_mode
alignCenter
method
Future
<
void
>
alignCenter
(
)
Align text center
Implementation
Future<void> alignCenter() async { await execCommand('justifyCenter'); }
fl_html_editor package
documentation
fl_html_editor
HtmlEditorController
alignCenter method
HtmlEditorController class