PointerDataRespondCallback typedef
PointerDataRespondCallback =
void Function({bool allowPlatformDefault})
A function that implements the PointerData.respond method.
Implementation
typedef PointerDataRespondCallback = void Function({bool allowPlatformDefault});