SwingChild constructor
const
SwingChild({})
Implementation
const SwingChild({
Key? key,
required this.inClockwiseDir,
required this.child,
// required this.playSound,
required Animation<double> animation,
}) : super(key: key, listenable: animation);