static Widget scope({Key? key, required Widget child}) => _InheritedElementDataHolder(key: key, child: child);