RotatingImage constructor

const RotatingImage({
  1. Key? key,
  2. required String imagePath,
  3. double size = 100,
})

Implementation

const RotatingImage({super.key, required this.imagePath, this.size = 100});