getEmptyWidget function

Widget getEmptyWidget()

Implementation

Widget getEmptyWidget() {
  /// reference
  /// https://stackoverflow.com/a/55796929/2172590
  return const SizedBox.shrink();
}