MoveEventListener typedef Null safety
Signature for listening to MoveEvent events.
Used by XGestureDetector.
Implementation
typedef MoveEventListener = void Function(MoveEvent event);
Signature for listening to MoveEvent events.
Used by XGestureDetector.
typedef MoveEventListener = void Function(MoveEvent event);