FileTreeTheme constructor

FileTreeTheme({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. Color? iconColor,
  4. Color? highlightColor,
  5. Unit? radius,
})

Implementation

FileTreeTheme({
  this.backgroundColor,
  this.textColor,
  this.iconColor,
  this.highlightColor,
  this.radius,
});