FunctionValueProxy<T> constructor
FunctionValueProxy<T> (
- ValueChanged<
T> ? target, { - int? timeout,
- bool trailing = false,
- bool immediate = false,
- String? id,
Implementation
FunctionValueProxy(
this.target, {
int? timeout,
this.trailing = false,
this.immediate = false,
this.id,
}) : timeout = timeout ?? 500;