Unverified Commit aa771d50 authored by Hans Muller's avatar Hans Muller Committed by GitHub

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

parent c1e7176d
...@@ -138,7 +138,7 @@ class Divider extends StatelessWidget { ...@@ -138,7 +138,7 @@ class Divider extends StatelessWidget {
/// {@end-tool} /// {@end-tool}
final Color color; 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 /// If [color] is null, then [DividerThemeData.color] is used. If that is also
/// null, then [ThemeData.dividerColor] is used. /// null, then [ThemeData.dividerColor] is used.
......
...@@ -2801,7 +2801,7 @@ class InputDecoration { ...@@ -2801,7 +2801,7 @@ class InputDecoration {
/// ///
/// A collapsed decoration cannot have [labelText], [errorText], an [icon]. /// 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; final bool isCollapsed;
/// An icon that appears before the [prefix] or [prefixText] and before /// An icon that appears before the [prefix] or [prefixText] and before
......
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