NoInternetWidget constructor

const NoInternetWidget({
  1. Key? key,
  2. String message = "Internet Connection Not Available",
})

Implementation

const NoInternetWidget({Key? key, this.message = "Internet Connection Not Available"}) : super(key: key);