InteractionCallback typedef
InteractionCallback =
void Function(InteractionEvent event)
Callback function for when interactions occur
Implementation
typedef InteractionCallback = void Function(InteractionEvent event);
Callback function for when interactions occur
typedef InteractionCallback = void Function(InteractionEvent event);