maybeOf static method
Implementation
static ScreenInfoData? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScreenInfo>()
?.screenInfoData;
}
static ScreenInfoData? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ScreenInfo>()
?.screenInfoData;
}