maybeOf static method
Depends on the the nearest SkeletonizerScope if any
Implementation
static SkeletonizerScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<SkeletonizerScope>();
}
Depends on the the nearest SkeletonizerScope if any
static SkeletonizerScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<SkeletonizerScope>();
}