Commit 2eb26565 authored by Adam Barth's avatar Adam Barth

Merge pull request #2701 from abarth/rich_text

Update RichText dartdoc
parents 194c88b9 0084e95a
......@@ -1540,8 +1540,8 @@ class Flexible extends ParentDataWidget<Flex> {
/// A paragraph of rich text.
///
/// This class is rarely used directly. Instead, consider using [Text], which
/// integrates with [DefaultTextStyle].
/// Consider using [Text], which integrates with [DefaultTextStyle], rather than
/// this widget, which requires explicit styling.
class RichText extends LeafRenderObjectWidget {
RichText({ Key key, this.text }) : super(key: key) {
assert(text != null);
......
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