TreeThemeData class

Theme data for Tree.

Annotations

Constructors

TreeThemeData({TextStyle? textStyle, Color? color, Color? hoverColor, Color? highlightColor})
Creates a TreeThemeData.
const

Properties

color Color?
The color of the tree item.
final
hashCode int
The hash code for this object.
no setteroverride
highlightColor Color?
The highlight color of the tree item.
final
hoverColor Color?
The hover color of the tree item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
The style for the text. The color is ignored.
final

Methods

copyWith({TextStyle? textStyle, Color? color, Color? hoverColor, Color? highlightColor}) TreeThemeData
Makes a copy of TreeThemeData overwriting selected fields.
merge(TreeThemeData? other) TreeThemeData
Merges the theme data TreeThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant TreeThemeData other) bool
The equality operator.
override