menu
checkable_treeview package
documentation
checkable_treeview.dart
TreeView<T>
customDrawNode property
customDrawNode property
dark_mode
light_mode
customDrawNode
property
dynamic Function
(
TreeNode
<
T
>
node
,
bool
isSelected
)
?
customDrawNode
final
Custom function to draw nodes
Implementation
final Function(TreeNode<T> node, bool isSelected)? customDrawNode;
checkable_treeview package
documentation
checkable_treeview
TreeView<T>
customDrawNode property
TreeView class