maybeOf static method
Implementation
static ScaleInheritedStateContainer? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScaleInheritedStateContainer>();
}
static ScaleInheritedStateContainer? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScaleInheritedStateContainer>();
}