CustomBounceWidget constructor
const
CustomBounceWidget({})
Implementation
const CustomBounceWidget({
Key? key,
required this.child,
required this.onPressed,
this.scaleFactor = 1,
this.duration = const Duration(milliseconds: 200),
this.canReverse = false,
this.isScrollable = false,
}) : super(key: key);