WInkWell constructor
const
WInkWell({
- Key? key,
- ShapeBorder? customBorder,
- void onTap()?,
- void onTapDown()?,
- BorderRadius? borderRadius,
- bool? selected,
- Widget? child,
- Size? size,
Implementation
const WInkWell({
super.key,
this.customBorder,
this.onTap,
this.onTapDown,
this.borderRadius,
this.selected,
this.child,
this.size,
});