ContextValueMapper<T, V> typedef
ContextValueMapper<T, V> =
V Function(BuildContext context, T value)
Implementation
typedef ContextValueMapper<T, V> = V Function(BuildContext context, T value);