RotateIcon constructor

RotateIcon({
  1. Key? key,
  2. Widget? child,
  3. Duration? duration,
})

Implementation

RotateIcon({Key? key, this.child, this.duration}) : super(key: key);