NoNetworkWidget constructor

const NoNetworkWidget({
  1. Key? key,
  2. VoidCallback? onReconnect,
})

Implementation

const NoNetworkWidget({super.key, this.onReconnect});