ToggledIndicesChangedCallback typedef

ToggledIndicesChangedCallback = void Function(List<int> indices, int currentIndex)

Callback which returns toggled indices and teh current toggled index.

Implementation

typedef ToggledIndicesChangedCallback = void Function(
    List<int> indices, int currentIndex);