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