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