of static method

CellFactory? of(
  1. BuildContext context
)

Implementation

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