RPQuestionStep.withAnswerFormat constructor
Returns a Question Step populated with title (text of the question) and answer format on which the actual layout depends
Implementation
RPQuestionStep.withAnswerFormat(String identifier, String title, this._answerFormat, {bool optional = false}) : super.withTitle(identifier, title, optional: optional);