SubValueBuilderDispose<T> typedef
SubValueBuilderDispose<T> =
void Function(BuildContext context, T value)
Called to dispose the Value of a SubValue with BuildContext.
Implementation
typedef SubValueBuilderDispose<T> = void Function(
BuildContext context, T value);