Unverified Commit a6cdc2b7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

mention Text.rich on RichText (#18434)

parent 1793ed79
...@@ -4244,9 +4244,11 @@ class Flow extends MultiChildRenderObjectWidget { ...@@ -4244,9 +4244,11 @@ class Flow extends MultiChildRenderObjectWidget {
/// [BuildContext] to provide defaults. For more details on how to style text in /// [BuildContext] to provide defaults. For more details on how to style text in
/// a [RichText] widget, see the documentation for [TextStyle]. /// a [RichText] widget, see the documentation for [TextStyle].
/// ///
/// When all the text uses the same style, consider using the [Text] widget, /// Consider using the [Text] widget to integrate with the [DefaultTextStyle]
/// which is less verbose and integrates with [DefaultTextStyle] for default /// automatically. When all the text uses the same style, the default constructor
/// styling. /// is less verbose. The [Text.rich] constructor allows you to style multiple
/// spans with the default text style while still allowing specified styles per
/// span.
/// ///
/// ## Sample code /// ## Sample code
/// ///
......
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