of static method

ShimmerState? of(
  1. BuildContext context
)

Implementation

static ShimmerState? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<Shimmer>()?.shimmer;