maybeOf static method
Implementation
static ShimmerThemeDataNullable? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ShimmerThemeOverride>()
?.data;
}
static ShimmerThemeDataNullable? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ShimmerThemeOverride>()
?.data;
}