RPStep constructor
Create a step object with the given title. Different types of Steps
are using the title text differently.
Implementation
RPStep(
{required this.identifier,
required this.title,
this.text,
this.optional = false});