Unverified Commit 8ae64ef1 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Changing default opt-in (#57511)

parent 08225fad
...@@ -398,7 +398,7 @@ class TextField extends StatefulWidget { ...@@ -398,7 +398,7 @@ class TextField extends StatefulWidget {
selectAll: true, selectAll: true,
paste: true, paste: true,
)), )),
canAssertMaterialLocalizations = canAssertMaterialLocalizations ?? false, canAssertMaterialLocalizations = canAssertMaterialLocalizations ?? true,
super(key: key); super(key: key);
/// Controls the text being edited. /// Controls the text being edited.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment