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