DiagnosticsTreeStyle enum
Styles for displaying a node in a DiagnosticsNode tree.
See also:
- DiagnosticsNode.toStringDeep, which dumps text art trees for these styles.
Constants
- dense → const DiagnosticsTreeStyle
- 
          Slightly more compact version of the sparse style. See also: - Element, which uses this style.
 const DiagnosticsTreeStyle(2)
- offstage → const DiagnosticsTreeStyle
- 
          Connects a node to its parent with a dashed line. See also: - RenderSliverMultiBoxAdaptor, which uses this style to distinguish offstage children from onstage children.
 const DiagnosticsTreeStyle(1)
- singleLine → const DiagnosticsTreeStyle
- 
          Render the tree on a single line without showing children. const DiagnosticsTreeStyle(5)
- sparse → const DiagnosticsTreeStyle
- 
          Sparse style for displaying trees. See also: - RenderObject, which uses this style.
 const DiagnosticsTreeStyle(0)
- transition → const DiagnosticsTreeStyle
- 
          Style that enables transitioning from nodes of one style to children of another. See also: - RenderParagraph, which uses this style to display a TextSpan child in a way that is compatible with the DiagnosticsTreeStyle.sparse style of the RenderObject tree.
 const DiagnosticsTreeStyle(3)
- 
          values
          → const List<DiagnosticsTreeStyle> 
- 
          A constant List of the values in this enum, in order of their declaration. const List<DiagnosticsTreeStyle> 
- whitespace → const DiagnosticsTreeStyle
- 
          Render the tree just using whitespace without connecting parents to children using lines. See also: - SliverGeometry, which uses this style.
 const DiagnosticsTreeStyle(4)
Properties
Methods
- 
          toString() → String 
- 
          Returns a string representation of this object.
          override
- 
          noSuchMethod(Invocation invocation) → dynamic 
- 
          Invoked when a non-existent method or property is accessed. [...]
          inherited
Operators
- 
          operator ==(dynamic other) → bool 
- 
          The equality operator. [...]
          inherited