RPQuestionStep.withAnswerFormat constructor

RPQuestionStep.withAnswerFormat(String identifier, String title, RPAnswerFormat _answerFormat)

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)
    : super.withTitle(identifier, title);