SubValueBuild<T> typedef

SubValueBuild<T> = Widget Function(BuildContext context, T value)

Called to build the child of a SubValue with the created Value.

Implementation

typedef SubValueBuild<T> = Widget Function(BuildContext context, T value);