Tappable constructor
const
Tappable({
- Key? key,
- VoidCallback? onTap,
- BorderRadius? borderRadius,
- Widget? child,
- List<
TapMechanic> ? tapMechanics, - Color? splashColor,
- Color? highlightColor,
- double? splashRadius,
- InteractiveInkFeatureFactory? splashFactory,
- bool fillParent = false,
- EdgeInsetsGeometry? padding,
Implementation
const Tappable({
super.key,
this.onTap,
this.borderRadius,
this.child,
this.tapMechanics,
this.splashColor,
this.highlightColor,
this.splashRadius,
this.splashFactory,
this.fillParent = false,
this.padding,
});