RotatingIcon constructor

const RotatingIcon({
  1. required Widget child,
  2. Key? key,
})

Implementation

const RotatingIcon({required this.child, super.key});