VideoApp constructor
const
VideoApp({
- Key? key,
- required RPInstructionStep step,
Implementation
const VideoApp({super.key, required this.step});
const VideoApp({super.key, required this.step});