We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01034 commit 9507a28Copy full SHA for 9507a28
patterns/state/manipulator_state/states/selections/text_change_state.dart
@@ -62,13 +62,12 @@ class TextChangeState extends SelectionState<TextShape> {
62
context.cursor = SystemMouseCursors.basic;
63
}
64
65
- double xx0 = 0;
66
- int len = 0;
67
- final Offset _startPointer;
68
- final TextCursor _textCursor;
69
70
@override
71
String toString() {
72
return '${super.toString()} + Text Change State';
73
+
+ final Offset _startPointer;
+ final TextCursor _textCursor;
74
0 commit comments