BaseInkWell constructor
BaseInkWell({
- required Widget child,
- Color? color,
- Color? pressedColor,
- BorderRadius? borderRadius,
- VoidCallback? onPressed,
- VoidCallback? onLongPress,
Implementation
BaseInkWell(
{required this.child,
this.color,
this.pressedColor,
this.borderRadius,
this.onPressed,
this.onLongPress});