Skip to content

Commit

Permalink
fix: duplicate key entry (editable_text.dart)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Aug 31, 2022
1 parent bcf9400 commit f9b79da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/editable_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class EditableText extends StatefulWidget {
/// [dragStartBehavior], [toolbarOptions], [rendererIgnoresPointer],
/// [readOnly], and [enableIMEPersonalizedLearning] arguments must not be null.
EditableText({
super.key,
Key? key,
required this.controller,
required this.focusNode,
this.readOnly = false,
Expand Down

0 comments on commit f9b79da

Please sign in to comment.