DividerDoubleTapCallback typedef
DividerDoubleTapCallback =
void Function(int dividerIndex)
Signature for when a divider double tap has occurred.
Implementation
typedef DividerDoubleTapCallback = void Function(int dividerIndex);