RPUIInstructionStep constructor

RPUIInstructionStep({@required RPInstructionStep step })

Implementation

RPUIInstructionStep({@required this.step}) {
  assert(this.step.text != null,
      "No text provided for Instruction Step. Use the .text setter of RPStep class to add some.");
}