of static method

Implementation

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