of static method
Implementation
static double of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScaledWidgetProvider>()!
.scale;
}
static double of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScaledWidgetProvider>()!
.scale;
}