DebounceSlot<T> constructor
Implementation
const DebounceSlot({
super.key,
required this.connect,
required this.to,
this.duration = const Duration(milliseconds: 300),
this.child,
});
const DebounceSlot({
super.key,
required this.connect,
required this.to,
this.duration = const Duration(milliseconds: 300),
this.child,
});