customChoiceEmpty property

  1. @override
Widget? customChoiceEmpty
override

Returns the custom empty choice widget

Implementation

@override
Widget? get customChoiceEmpty {
  return builder!.choiceEmpty?.call(modalContext, this);
}