throttle method

ValueChanged throttle({
  1. int? timeout,
})

Implementation

ValueChanged throttle({int? timeout}) {
  return FunctionValueProxy(this, timeout: timeout).throttle;
}