RPStep constructor
RPStep({})
Create a RPStep object with a unique identifier
, a title
, and
a text
to be displayed.
Implementation
RPStep({
required this.identifier,
required this.title,
this.text,
this.optional = false,
this.footnote,
});