throttle method
Implementation
ValueChanged<T> throttle({int? timeout}) {
return FunctionValueProxy<T>(this, timeout: timeout).throttle;
}
ValueChanged<T> throttle({int? timeout}) {
return FunctionValueProxy<T>(this, timeout: timeout).throttle;
}