IndentGuideNone class

Branch line implementation with no visual connections.

Displays tree nodes without any connecting lines between parent and child nodes. Use this for a minimal tree appearance.

Example:

TreeView(
  branchLine: BranchLine.none,
  // ...
);
Implemented types

Constructors

IndentGuideNone()
Creates an IndentGuideNone.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, List<TreeNodeDepth> depth, int index) Widget
Builds the visual representation of branch lines for a tree node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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