startOnTap property

StartOnEvent startOnTap
final

Define when onTap is called.

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

Implementation

final StartOnEvent startOnTap;