TreeConfiguration constructor
TreeConfiguration({})
Implementation
TreeConfiguration({
this.titleStyle = const TextStyle(),
this.nodeHeight = 36,
this.prefixIcon = const Icon(Icons.arrow_drop_up),
this.animatedDuration = const Duration(milliseconds: 150),
this.showCheckbox = true,
this.animatePrefixIcon = true,
});