InstructionImage constructor

const InstructionImage({
  1. Key? key,
  2. required String imagePath,
})

Implementation

const InstructionImage({super.key, required this.imagePath});