FunctionValueProxy<T> constructor

FunctionValueProxy<T>(
  1. ValueChanged<T>? target, {
  2. int? timeout,
})

Implementation

FunctionValueProxy(this.target, {int? timeout}) : timeout = timeout ?? 500;