isSingleChoice property

bool isSingleChoice

Returns true if the widget is single choice

Implementation

bool get isSingleChoice => !isMultiChoice;