isSingleChoice property

bool get isSingleChoice

Returns true if the widget is single choice

Implementation

bool get isSingleChoice => !isMultiChoice;