Commit d5b35885 authored by David Yang's avatar David Yang Committed by Seth Ladd

Adding Reference to Text Input guide in Input API Documentation (#6075)

* Adding reference to Flutter-website Text Input guide in API docs for Input

* Grammar

* PR fixes
parent 20e9fbfe
...@@ -23,6 +23,10 @@ export 'package:flutter_services/editing.dart' show KeyboardType; ...@@ -23,6 +23,10 @@ export 'package:flutter_services/editing.dart' show KeyboardType;
/// See also: /// See also:
/// ///
/// * <https://www.google.com/design/spec/components/text-fields.html> /// * <https://www.google.com/design/spec/components/text-fields.html>
///
/// For a detailed guide on using the input widget, see:
///
/// * <https://flutter.io/text-input/>
class Input extends StatefulWidget { class Input extends StatefulWidget {
/// Creates a text input field. /// Creates a text input field.
/// ///
......
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