choiceEmpty property
Widget
get
choiceEmpty
Returns the choice empty widget
Implementation
Widget get choiceEmpty {
return customChoiceEmpty ?? defaultChoiceEmpty;
}
Returns the choice empty widget
Widget get choiceEmpty {
return customChoiceEmpty ?? defaultChoiceEmpty;
}