Text
 │ data: "Hello, World!"
 │ textAlign: null
 │ textDirection: null
 │ locale: null
 │ softWrap: null
 │ overflow: null
 │ textScaleFactor: null
 │ maxLines: null
 │ dependencies: [DefaultTextStyle, MediaQuery]
 │
 └─RichText
     softWrap: wrapping at box width
     maxLines: unlimited
     text: "Hello, World!"
     dependencies: [_LocalizationsScope-[GlobalKey#00000], Directionality]
     renderObject: RenderParagraph#00000 relayoutBoundary=up2
