questionBody property

Widget questionBody
override

The widget (UI representation) of the Answer Format

It returns the corresponding Question Body widget with this Answer Format as an input

Implementation

@override
Widget get questionBody {
  return RPUIChoiceQuestionBody(this);
}