menu
flame package
documentation
input.dart
PanDetector
handlePanDown method
handlePanDown method
dark_mode
light_mode
handlePanDown
method
void
handlePanDown
(
DragDownDetails
details
)
Implementation
void handlePanDown(DragDownDetails details) { onPanDown(DragDownInfo.fromDetails(this, details)); }
flame package
documentation
input
PanDetector
handlePanDown method
PanDetector mixin