RPQuestionStep.withAnswerFormat constructor

RPQuestionStep.withAnswerFormat(String identifier, String title, RPAnswerFormat _answerFormat, { bool optional: false })

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);