questionBody property
override
The widget (UI representation)
Each type has its own questionBody widget so it's overridden in every subclass.
Implementation
@override
Widget get questionBody {
return RPUIIntegerQuestionBody(this);
}
The widget (UI representation)
Each type has its own questionBody widget so it's overridden in every subclass.
@override
Widget get questionBody {
return RPUIIntegerQuestionBody(this);
}