FileTreeTheme constructor
FileTreeTheme({
- Color? backgroundColor,
- Color? textColor,
- Color? iconColor,
- Color? highlightColor,
- Unit? radius,
Implementation
FileTreeTheme({
this.backgroundColor,
this.textColor,
this.iconColor,
this.highlightColor,
this.radius,
});