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