of static method
Implementation
static ShimmerState? of(BuildContext context) {
return context.findAncestorStateOfType<ShimmerState>();
}
static ShimmerState? of(BuildContext context) {
return context.findAncestorStateOfType<ShimmerState>();
}