SubValueBuilderKeys typedef
SubValueBuilderKeys =
List<Object?> Function(BuildContext context)
Called to check whether to recreate the value of a SubValue with BuildContext.
Implementation
typedef SubValueBuilderKeys = List<Object?> Function(BuildContext context);