ClickableScaleWrapper constructor
const
ClickableScaleWrapper({
- Key? key,
- required Widget child,
- required VoidCallback onTap,
- bool isTapScale = true,
- BoxDecoration? decoration,
- double tapDecorationScale = 0.5,
Implementation
const ClickableScaleWrapper(
{Key? key, required this.child, required this.onTap, this.isTapScale = true,this.decoration,this.tapDecorationScale=0.5})
: super(key: key);