NoNetwork constructor

NoNetwork(
  1. BuildContext context, {
  2. Widget customNoNetwork(
    1. void onRetry()?
    )?,
})

Implement required parameters context is required for show modal bottom sheet customNoNetwork is optional for want to make custom no network widget

Implementation

NoNetwork(this.context, {this.customNoNetwork});