NetworkWidget constructor

const NetworkWidget({
  1. Key? key,
  2. VoidCallback? disposeOverlay,
  3. NetworkState? state,
  4. bool persistNotification = false,
})

Implementation

const NetworkWidget(
    {Key? key,
    this.disposeOverlay,
    this.state,
    this.persistNotification = false})
    : super(key: key);