menu
flutter_smart_editor package
documentation
smart_editor_controller.dart
SmartEditorController
setFocus method
setFocus method
dark_mode
light_mode
setFocus
method
void
setFocus
(
)
Sets focus to the editor.
Implementation
void setFocus() { _editorWidgetState?.rebuild(); }
flutter_smart_editor package
documentation
smart_editor_controller
SmartEditorController
setFocus method
SmartEditorController class