isSingleChoice property

bool isSingleChoice

Whether the widget is single choice or not

Implementation

bool get isSingleChoice => !isMultiChoice;