of static method

Implementation

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