style: correct dart format

pull/1979/head
n7484443j 10 months ago
parent 7f7efbddc9
commit 64fe22a3e2
  1. 3
      lib/src/widgets/others/delegate.dart

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

Loading…
Cancel
Save