Unverified Commit b327ac34 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Fix typo in Text docs (#18635)

parent e581435d
...@@ -164,7 +164,7 @@ class DefaultTextStyle extends InheritedWidget { ...@@ -164,7 +164,7 @@ class DefaultTextStyle extends InheritedWidget {
/// for example, to make the text bold while using the default font family and /// for example, to make the text bold while using the default font family and
/// size. /// size.
/// ///
/// Using the [new TextSpan.rich] constructor, the [Text] widget can also be /// Using the [new Text.rich] constructor, the [Text] widget can also be
/// created with a [TextSpan] to display text that use multiple styles /// created with a [TextSpan] to display text that use multiple styles
/// (e.g., a paragraph with some bold words). /// (e.g., a paragraph with some bold words).
/// ///
......
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