ListIndenters class
Predefined list indenters.
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
-
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
Static Methods
-
arrow(
ListItems items, int index) → String - Arrow indent.
-
doubleSpace(
ListItems items, int index) → String - Double space indent.
-
fixed(
String indent) → ListIndenterFunc - Creates a fixed indenter.
-
space(
ListItems items, int index) → String - Single space indent.
-
tab(
ListItems items, int index) → String - Tab-like indent (4 spaces).
-
tree(
ListItems items, int index) → String - Tree-style indent with pipe for non-last items.