Replace mistaken dartdoc [Foo..bar] references with [Foo.bar] (#62338)

This commit is contained in:
Hans Muller 2020-07-28 10:44:41 -07:00 committed by GitHub
parent c1e7176d24
commit aa771d509b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ class Divider extends StatelessWidget {
/// {@end-tool}
final Color color;
/// Computes the [BorderSide] that represents a divider..
/// Computes the [BorderSide] that represents a divider.
///
/// If [color] is null, then [DividerThemeData.color] is used. If that is also
/// null, then [ThemeData.dividerColor] is used.

View file

@ -2801,7 +2801,7 @@ class InputDecoration {
///
/// A collapsed decoration cannot have [labelText], [errorText], an [icon].
///
/// To create a collapsed input decoration, use [InputDecoration..collapsed].
/// To create a collapsed input decoration, use [InputDecoration.collapsed].
final bool isCollapsed;
/// An icon that appears before the [prefix] or [prefixText] and before