ContextValueChanged<T> typedef

ContextValueChanged<T> = void Function(BuildContext context, T value)

Implementation

typedef ContextValueChanged<T> = void Function(BuildContext context, T value);