choiceEmpty property

Widget choiceEmpty

Returns the choice empty widget

Implementation

Widget get choiceEmpty {
  return customChoiceEmpty ?? defaultChoiceEmpty;
}