maybeOf static method
Implementation
static BetterSkeletonConfig? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_BetterSkeletonScope>()
?.config;
}
static BetterSkeletonConfig? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_BetterSkeletonScope>()
?.config;
}