WatcherConfig constructor
const
WatcherConfig({})
Implementation
const WatcherConfig({
this.debounce = const Duration(milliseconds: 200),
this.recursive = true,
this.filters = const [],
this.ignoreHidden = true,
this.ignorePatterns = const [],
});