Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7a512 commit 8bf12f9Copy full SHA for 8bf12f9
1 file changed
packages/flutter/lib/src/widgets/editable_text.dart
@@ -2036,7 +2036,6 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
2036
super.build(context); // See AutomaticKeepAliveClientMixin.
2037
2038
final TextSelectionControls controls = widget.selectionControls;
2039
-<<<<<<< HEAD
2040
return MouseRegion(
2041
cursor: widget.mouseCursor ?? SystemMouseCursors.text,
2042
child: Scrollable(
0 commit comments