PadButtonPressedCallback typedef

PadButtonPressedCallback = void Function(int buttonIndex, Gestures gesture)

Implementation

typedef PadButtonPressedCallback = void Function(
    int buttonIndex, Gestures gesture);