KitInkWell constructor
const
KitInkWell({
- required VoidCallback? onPressed,
- Widget? child,
- BorderRadius? borderRadius,
- ValueChanged<
bool> ? onHover, - bool noReaction = false,
- MouseCursor? mouseCursor,
- Key? key,
Implementation
const KitInkWell({
required this.onPressed,
this.child,
this.borderRadius,
this.onHover,
this.noReaction = false,
this.mouseCursor,
super.key,
});