isMultiChoice property

bool get isMultiChoice

Returns true if the widget is multiple choice

Implementation

bool get isMultiChoice => widget.isMultiChoice == true;