menu
eyflutter_rich_text package
documentation
editor/widgets/editor.dart
RenderEditor
handleDragEnd method
handleDragEnd method
dark_mode
light_mode
handleDragEnd
method
void
handleDragEnd
(
DragEndDetails
details
)
Implementation
void handleDragEnd(DragEndDetails details) { _isDragging = false; onSelectionCompleted(); }
eyflutter_rich_text package
documentation
editor/widgets/editor
RenderEditor
handleDragEnd method
RenderEditor class