choiceEmpty property

Widget choiceEmpty

Returns the choice empty widget

Implementation

Widget get choiceEmpty {
  return _customChoiceEmpty ?? defaultChoiceEmpty;
}