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