LoadingDebouncedSwitcher constructor
const
LoadingDebouncedSwitcher({})
Implementation
const LoadingDebouncedSwitcher({
Key? key,
required this.loading,
this.duration = const Duration(milliseconds: 250),
this.debounceTime,
required this.loadingWidget,
required this.child,
}) : super(key: key);