resetGestureBinding method
Reset states of GestureBinding.
This clears the hit test records.
This is typically called between tests.
Implementation
@protected
void resetGestureBinding() {
_hitTests.clear();
}
Reset states of GestureBinding.
This clears the hit test records.
This is typically called between tests.
@protected
void resetGestureBinding() {
_hitTests.clear();
}