TreeTheme constructor

const TreeTheme({
  1. BranchLine? branchLine,
  2. EdgeInsetsGeometry? padding,
  3. bool? expandIcon,
  4. bool? allowMultiSelect,
  5. bool? recursiveSelection,
})

Implementation

const TreeTheme({
  this.branchLine,
  this.padding,
  this.expandIcon,
  this.allowMultiSelect,
  this.recursiveSelection,
});