questionBody property

Widget questionBody
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);
}