IndexedTapCallback typedef

IndexedTapCallback = void Function(int index)

A type of callback to execute processing on tapped tab.

Implementation

typedef IndexedTapCallback = void Function(int index);