WidgetInkWellTransparent constructor
const
WidgetInkWellTransparent({
- Key? key,
- VoidCallback? onTap,
- required Widget child,
- BorderRadius? borderRadius,
- double? radius,
- Color? hoverColor,
- dynamic onTapDown,
- bool enableInkWell = true,
Implementation
const WidgetInkWellTransparent({
super.key,
this.onTap,
required this.child,
this.borderRadius,
this.radius,
this.hoverColor,
this.onTapDown,
this.enableInkWell = true,
});