constants library

Typedefs

TaskFunction = void Function()
The signature for task functions.
ValueChanged<T> = void Function(T value)
The type of a function which is called when a value changes.