InstructionImage constructor

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

Implementation

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