of static method

DetailParamsFactory? of(
  1. BuildContext context
)

Implementation

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