TreeSelect constructor
TreeSelect({})
Implementation
TreeSelect(
{Key? key,
required this.list,
this.mainActiveIndex: 0,
this.activeId,
this.height: 300,
this.max: 1,
this.onChange})
: super(key: key);