of static method

Skeleton? of(
  1. BuildContext context
)

Implementation

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