IFastInput constructor
const
IFastInput({})
Implementation
const IFastInput({
super.key,
required this.debounceTimeDuration,
this.shouldDebounceTime = false,
this.isEnabled = true,
this.onValueChanged,
});
const IFastInput({
super.key,
required this.debounceTimeDuration,
this.shouldDebounceTime = false,
this.isEnabled = true,
this.onValueChanged,
});