of static method
- BuildContext context
Implementation
static DetailParamsFactory? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<DetailParamsFactory>();
}
static DetailParamsFactory? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<DetailParamsFactory>();
}