tapBehavior property

TouchRippleBehavior tapBehavior

Returns null safeted touch ripple tap behavior.

Implementation

TouchRippleBehavior get tapBehavior {
  return _toNullSafetedBehavior(
    behavior: widget.tapBehavior,
    defaultBehavior: widget.defaultBehavior,
  );
}