acceptGesture method
Called when this member wins the arena for the given pointer id.
Implementation
@override
void acceptGesture(int pointer) {
if (focusTiming == TouchRippleFocusTiming.consecutive) {
focusStart();
}
// Need to checks about a consecutive behavior first.
checkConsecutive(pointer);
}