of static method
Returns the background key from the nearest ancestor scope.
Implementation
static GlobalKey? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedLiquidGlassScope>()
?.backgroundKey;
}