TouchFeedback constructor

TouchFeedback({
  1. Widget? child,
  2. Color? rippleColor,
  3. BorderRadius? borderRadius,
  4. Color? backgroundColor,
  5. Duration? feedbackDuration,
  6. void onTap()?,
})

Implementation

TouchFeedback(
    {this.child,
    this.rippleColor,
    this.borderRadius,
    this.backgroundColor,
    this.feedbackDuration,
    this.onTap});