defaultChoiceEmpty property

Widget get defaultChoiceEmpty

Returns the default choice empty widget

Implementation

Widget get defaultChoiceEmpty {
  return const S2ChoicesEmpty();
}