of static method

SkeletonTheme? of(
  1. BuildContext context
)

Implementation

static SkeletonTheme? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<SkeletonTheme>();