menu
animated_tree_view package
documentation
tree_diff/tree_diff_update.dart
NodeInsert
NodeInsert.new const constructor
NodeInsert.new const constructor
dark_mode
light_mode
NodeInsert
constructor
const
NodeInsert
(
{
required
int
position
,
required
INode
data
,
})
Implementation
const NodeInsert({ required this.position, required this.data, });
animated_tree_view package
documentation
tree_diff/tree_diff_update
NodeInsert
NodeInsert.new const constructor
NodeInsert class