TreeStyles class final

Styles used by TreeModel.view.

Constructors

TreeStyles({Style? item, Style? selectedItem, Style? connector, Style? icon, String cursor = '› ', String expandedIndicator = '▾ ', String collapsedIndicator = '▸ ', String leafIndicator = ' '})

Properties

collapsedIndicator → String
final
connector → Style
final
cursor → String
final
expandedIndicator → String
final
hashCode → int
The hash code for this object.
no setterinherited
icon → Style
final
item → Style
final
leafIndicator → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectedItem → Style
final

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