menu
flutter_smooth_markdown package
documentation
widgets/smooth_markdown_editor.dart
SmoothMarkdownEditor
onSelectionChanged property
onSelectionChanged property
dark_mode
light_mode
onSelectionChanged
property
ValueChanged
<
TextSelection
>
?
onSelectionChanged
final
Called when the source selection changes.
Implementation
final ValueChanged<TextSelection>? onSelectionChanged;
flutter_smooth_markdown package
documentation
widgets/smooth_markdown_editor
SmoothMarkdownEditor
onSelectionChanged property
SmoothMarkdownEditor class