RPUIInstructionStep constructor

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

Implementation

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