AwesomeBouncingWidget constructor
const
AwesomeBouncingWidget({})
Implementation
const AwesomeBouncingWidget({
Key? key,
required this.child,
this.onTap,
this.disabledOpacity = 0.3,
this.vibrationEnabled = true,
this.duration = const Duration(milliseconds: 100),
}) : super(key: key);