|
|
@ -324,7 +324,8 @@ class EditorTextSelectionGestureDetectorBuilder { |
|
|
|
/// * [EditorTextSelectionGestureDetector.onDragSelectionUpdate], |
|
|
|
/// * [EditorTextSelectionGestureDetector.onDragSelectionUpdate], |
|
|
|
/// which triggers this callback./lib/src/material/text_field.dart |
|
|
|
/// which triggers this callback./lib/src/material/text_field.dart |
|
|
|
@protected |
|
|
|
@protected |
|
|
|
void onDragSelectionUpdate(//DragStartDetails startDetails, |
|
|
|
void onDragSelectionUpdate( |
|
|
|
|
|
|
|
//DragStartDetails startDetails, |
|
|
|
DragUpdateDetails updateDetails) { |
|
|
|
DragUpdateDetails updateDetails) { |
|
|
|
renderEditor!.extendSelection( |
|
|
|
renderEditor!.extendSelection( |
|
|
|
updateDetails.globalPosition, |
|
|
|
updateDetails.globalPosition, |
|
|
|