NetChecker constructor

const NetChecker({
  1. Duration netDuration = const Duration(seconds: 1),
  2. Key? key,
})

Implementation

const NetChecker({
  this.netDuration = const Duration(seconds: 1),
  Key? key,
}) : super(key: key);