ContextedValueChanged<T> typedef
ContextedValueChanged<T> =
void Function(BuildContext context, T value)
A callback that receives a BuildContext and a value of type T.
Implementation
typedef ContextedValueChanged<T> = void Function(BuildContext context, T value);