emptyWidget function

Widget emptyWidget()

Implementation

Widget emptyWidget() {
  return const SizedBox.shrink();
}