NetErrorLoadingWidght constructor
const
NetErrorLoadingWidght({})
Implementation
const NetErrorLoadingWidght({
Key? key,
required this.child,
required this.loadingWidget,
this.loadingDuration = const Duration(milliseconds: 400),
}) : super(key: key);