TreeViewTheme class

Constructors

TreeViewTheme.new({double indentation = 20.0, double iconSize = 16.0, Color selectionColor = const Color(0x1A2196F3), ExpanderType expanderType = ExpanderType.triangle, bool showLines = true, Color? lineColor, Color? textColor, Color? iconColor})
const

Properties

expanderType ExpanderType
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
final
iconSize double
final
indentation double
final
lineColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionColor Color
final
showLines bool
final
textColor Color?
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