startOnDoubleTap property

StartOnEvent startOnDoubleTap
final

Define when onDoubleTap is called.

  • If StartOnEvent.isWait is true Hold calls of onDoubleTap callback function until the ripple effect ends.
  • Prevents the ripple effect from being invisible and replace page.

Implementation

final StartOnEvent startOnDoubleTap;