maybeOf static method

ListController? maybeOf(
  1. BuildContext context
)

Implementation

static ListController? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<ListController>();
}