isSingleChoice property
bool
get
isSingleChoice
Returns true if the widget is single choice
Implementation
bool get isSingleChoice => !isMultiChoice;
Returns true if the widget is single choice
bool get isSingleChoice => !isMultiChoice;