OnTapCallback typedef

OnTapCallback = void Function(int newValue)

Implementation

typedef void OnTapCallback(int newValue);