defaultLongTapBehavior property

TouchRippleBehavior defaultLongTapBehavior

Returns the final defined touch ripple behavior of long tap event.

Implementation

TouchRippleBehavior get defaultLongTapBehavior => defaultBehavior.copyWith(
  spreadDuration: const Duration(seconds: 1),
  spreadCurve: Curves.linear,
  fadeInDuration: const Duration(seconds: 1),
  fadeInCurve: Curves.linear,
  lowerPercent: 0,
);