SubValueBuilderCreate<T> typedef

SubValueBuilderCreate<T> = T Function(BuildContext context)

Called to create the value for a SubValue with BuildContext.

Implementation

typedef SubValueBuilderCreate<T> = T Function(BuildContext context);