NUIRippleContainer constructor
NUIRippleContainer({
- required Widget child,
- double radius = 100,
- BorderRadius? borderRadius,
- Color? rippleColor,
- Color? highlightColor,
- Color? normalColor = NUIColors.NUITransparent,
- GestureTapCallback? onTap,
- GestureTapCallback? onDoubleTap,
- GestureLongPressCallback? onLongPress,
- Key? key,
Implementation
NUIRippleContainer({required this.child, this.radius = 100, this.borderRadius, this.rippleColor, this.highlightColor, this.normalColor = NUIColors.NUITransparent, this.onTap, this.onDoubleTap, this.onLongPress, Key? key}) : super(key: key);