DefaultIndicator constructor

const DefaultIndicator({
  1. Key? key,
  2. required double height,
})

The default indicator for a treeview.

Implementation

const DefaultIndicator({super.key, required this.height});