Create a new Computed by value to provide in a widget tree
ComputedProvider({ super.key, required super.child, required super.create, }) : super();