ValueWrapper<T> typedef
ValueWrapper<T> = (T Function(), void Function(T))
A wrapper around some value that is accessed via a getter + setter.
Implementation
typedef ValueWrapper<T> = (T Function(), void Function(T));