TreeThemeData constructor

const TreeThemeData({
  1. TextStyle? textStyle,
  2. Color? color,
  3. Color? hoverColor,
  4. Color? highlightColor,
})

Creates a TreeThemeData.

Implementation

const TreeThemeData({
  this.textStyle,
  this.color,
  this.hoverColor,
  this.highlightColor,
});