OnSecondaryButtonClick typedef

OnSecondaryButtonClick = dynamic Function(int)

Custom CallBack Function to get the value of the pressed buttons` id

Implementation

typedef OnSecondaryButtonClick = Function(int);