fix: typo fixed from ENTER to SPACE (#64235)

This commit is contained in:
Apurv Jha 2020-08-25 00:51:05 +05:30 committed by GitHub
parent 2c3652b8fb
commit e30e795a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ export 'package:flutter/services.dart' show SmartQuotesType, SmartDashesType;
///
/// {@tool dartpad --template=stateful_widget_material}
/// This example shows how to move the focus to the next field when the user
/// presses the ENTER key.
/// presses the SPACE key.
///
/// ```dart imports
/// import 'package:flutter/services.dart';