FlutterTreePro constructor
const
FlutterTreePro({})
Implementation
const FlutterTreePro({
Key? key,
this.treeData = const <String, dynamic>{},
this.listData = const <Map<String, dynamic>>[],
this.config = const Config(),
this.isNullCheckedNodeChecked = false,
required this.isNotRootNode,
required this.onChecked,
}) : super(key: key);