Unverified Commit 8a00318e authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Whitespace fixes to make Travis happy (#19611)

Follow-up to https://github.com/flutter/flutter/pull/18562, which passed Travis before the check was added.
parent 90a5f461
...@@ -163,16 +163,16 @@ class TextField extends StatefulWidget { ...@@ -163,16 +163,16 @@ class TextField extends StatefulWidget {
/// Defaults to [TextInputAction.done]. Must not be null. /// Defaults to [TextInputAction.done]. Must not be null.
final TextInputAction textInputAction; final TextInputAction textInputAction;
/// Configures how the platform keyboard will select an uppercase or /// Configures how the platform keyboard will select an uppercase or
/// lowercase keyboard. /// lowercase keyboard.
/// ///
/// Only supports text keyboards, other keyboard types will ignore this /// Only supports text keyboards, other keyboard types will ignore this
/// configuration. Capitalization is locale-aware. /// configuration. Capitalization is locale-aware.
/// ///
/// Defaults to [TextCapitalization.none]. Must not be null. /// Defaults to [TextCapitalization.none]. Must not be null.
/// ///
/// See also: /// See also:
/// ///
/// * [TextCapitalization], for a description of each capitalization behavior. /// * [TextCapitalization], for a description of each capitalization behavior.
final TextCapitalization textCapitalization; final TextCapitalization textCapitalization;
......
...@@ -272,16 +272,16 @@ class EditableText extends StatefulWidget { ...@@ -272,16 +272,16 @@ class EditableText extends StatefulWidget {
/// Defaults to the ambient [Directionality], if any. /// Defaults to the ambient [Directionality], if any.
final TextDirection textDirection; final TextDirection textDirection;
/// Configures how the platform keyboard will select an uppercase or /// Configures how the platform keyboard will select an uppercase or
/// lowercase keyboard. /// lowercase keyboard.
/// ///
/// Only supports text keyboards, other keyboard types will ignore this /// Only supports text keyboards, other keyboard types will ignore this
/// configuration. Capitalization is locale-aware. /// configuration. Capitalization is locale-aware.
/// ///
/// Defaults to [TextCapitalization.none]. Must not be null. /// Defaults to [TextCapitalization.none]. Must not be null.
/// ///
/// See also: /// See also:
/// ///
/// * [TextCapitalization], for a description of each capitalization behavior. /// * [TextCapitalization], for a description of each capitalization behavior.
final TextCapitalization textCapitalization; final TextCapitalization textCapitalization;
......
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