CustomInkWell constructor
const
CustomInkWell({
- Key? key,
- required ClickProps clickProps,
- GestureTapCallback? onTap,
- Widget? child,
Implementation
const CustomInkWell({
super.key,
required this.clickProps,
this.onTap,
this.child,
});