SubValueBuilderUpdate<T> typedef
SubValueBuilderUpdate<T> =
T Function(BuildContext context, T previous)
Called to update the value for a SubValue with BuildContext.
Implementation
typedef SubValueBuilderUpdate<T> = T Function(BuildContext context, T previous);