onHeadingSelected property

dynamic Function(int index)? onHeadingSelected
final

Callback function called when a heading is selected/clicked.

The callback receives the index of the selected heading.

Implementation

final Function(int index)? onHeadingSelected;