menu
flutter_smart_editor package
documentation
smart_editor_controller.dart
SmartEditorController
onMessage property
onMessage property
dark_mode
light_mode
onMessage
property
void Function
(
String
message
)
?
onMessage
getter/setter pair
Callback for providing user feedback (e.g., SnackBars).
Implementation
void Function(String message)? onMessage;
flutter_smart_editor package
documentation
smart_editor_controller
SmartEditorController
onMessage property
SmartEditorController class