onlyOnline method
Only shows the widget when online, otherwise shows nothing.
Implementation
Widget onlyOnline() {
return Connective(onNone: const SizedBox.shrink(), child: this);
}
Only shows the widget when online, otherwise shows nothing.
Widget onlyOnline() {
return Connective(onNone: const SizedBox.shrink(), child: this);
}