From aa771d509b01f22d71b57fc5da53bd23c9047191 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 28 Jul 2020 10:44:41 -0700 Subject: [PATCH] Replace mistaken dartdoc [Foo..bar] references with [Foo.bar] (#62338) --- packages/flutter/lib/src/material/divider.dart | 2 +- packages/flutter/lib/src/material/input_decorator.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/material/divider.dart b/packages/flutter/lib/src/material/divider.dart index 9aaeab0d91..ae492e91e2 100644 --- a/packages/flutter/lib/src/material/divider.dart +++ b/packages/flutter/lib/src/material/divider.dart @@ -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. diff --git a/packages/flutter/lib/src/material/input_decorator.dart b/packages/flutter/lib/src/material/input_decorator.dart index fefa0add59..45ac5e76c6 100644 --- a/packages/flutter/lib/src/material/input_decorator.dart +++ b/packages/flutter/lib/src/material/input_decorator.dart @@ -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