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