ExpandableTreeWidget<T extends AbsNodeType> constructor

const ExpandableTreeWidget<T extends AbsNodeType>(
  1. TreeType<T> tree, {
  2. Key? key,
  3. int maxLines = 1,
})

Implementation

const ExpandableTreeWidget(
  this.tree, {
  super.key,
  this.maxLines = 1,
});