RPInstructionStep constructor
RPInstructionStep({})
Implementation
RPInstructionStep(
{required String identifier,
String? text,
required String title,
this.detailText,
this.footnote,
this.imagePath})
: super(identifier: identifier, title: title, text: text);