IndentGuide class

The configuration used to indent and paint optional guides for tree nodes.

This indent guide only indents tree nodes without decorations. Check out the factory constructors of this class to discover the available indent guide decorations.

Implementers

Constructors

IndentGuide({double indent = 40.0})
Creates an IndentGuide.
const
IndentGuide.connectingLines({double indent, Color color, double thickness, double origin, bool roundCorners})
Convenient constructor to create a ConnectingLinesGuide.
const
factory
IndentGuide.scopingLines({double indent, Color color, double thickness, double origin})
Convenient constructor to create a ScopingLinesGuide.
const
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
indent double
The amount of indent to apply for each level of the tree.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wrap(BuildContext context, Widget child, TreeEntry<Object> entry) Widget
Method used to wrap child in the desired decoration/painting.

Operators

operator ==(Object other) bool
The equality operator.
override