of static method
Returns the SpinnerNotifier from the closest ancestor, or null.
Implementation
static SpinnerNotifier? of(BuildContext context) {
return _SpinnerInherited.of(context);
}
Returns the SpinnerNotifier from the closest ancestor, or null.
static SpinnerNotifier? of(BuildContext context) {
return _SpinnerInherited.of(context);
}