mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix minor typo (#30353)
This commit is contained in:
parent
add5f2ea76
commit
f056ea4e70
@ -596,7 +596,7 @@ class EditableText extends StatefulWidget {
|
||||
/// Called when the user initiates a change to the TextField's
|
||||
/// value: when they have inserted or deleted text.
|
||||
///
|
||||
/// This callback does run not when the TextField's text is changed
|
||||
/// This callback doesn't run when the TextField's text is changed
|
||||
/// programmatically, via the TextField's [controller]. Typically it
|
||||
/// isn't necessary to be notified of such changes, since they're
|
||||
/// initiated by the app itself.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user