TreeTheme constructor
const
TreeTheme({
- BranchLine? branchLine,
- EdgeInsetsGeometry? padding,
- bool? expandIcon,
- bool? allowMultiSelect,
- bool? recursiveSelection,
Implementation
const TreeTheme({
this.branchLine,
this.padding,
this.expandIcon,
this.allowMultiSelect,
this.recursiveSelection,
});