CheckInternetConnection constructor

const CheckInternetConnection({
  1. Key? key,
  2. required Widget child,
  3. Widget? whenOffline,
})

Implementation

const CheckInternetConnection({super.key, required this.child, this.whenOffline});