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