VideoApp constructor

const VideoApp({
  1. Key? key,
  2. required RPInstructionStep step,
})

Implementation

const VideoApp({super.key, required this.step});