of static method

UpConfig of(
  1. BuildContext context
)

Implementation

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