menu
interactive_tree_view package
documentation
interactive_tree_view.dart
DefaultIndicator
DefaultIndicator.new const constructor
DefaultIndicator.new const constructor
dark_mode
light_mode
DefaultIndicator
constructor
const
DefaultIndicator
(
{
Key
?
key
,
required
double
height
,
})
The default indicator for a treeview.
Implementation
const DefaultIndicator({super.key, required this.height});
interactive_tree_view package
documentation
interactive_tree_view
DefaultIndicator
DefaultIndicator.new const constructor
DefaultIndicator class