Unverified Commit e30e795a authored by Apurv Jha's avatar Apurv Jha Committed by GitHub

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

parent 2c3652b8
...@@ -71,7 +71,7 @@ export 'package:flutter/services.dart' show SmartQuotesType, SmartDashesType; ...@@ -71,7 +71,7 @@ export 'package:flutter/services.dart' show SmartQuotesType, SmartDashesType;
/// ///
/// {@tool dartpad --template=stateful_widget_material} /// {@tool dartpad --template=stateful_widget_material}
/// This example shows how to move the focus to the next field when the user /// 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 /// ```dart imports
/// import 'package:flutter/services.dart'; /// import 'package:flutter/services.dart';
......
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