DividerTapCallback typedef

DividerTapCallback = void Function(int dividerIndex)

Signature for when a divider tap has occurred.

Implementation

typedef DividerTapCallback = void Function(int dividerIndex);