of static method

_SinglePreloaderState? of(
  1. BuildContext context
)

Implementation

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