of static method
Implementation
static LowderScreen? of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_KScreenScope>();
return scope?.screen;
}
static LowderScreen? of(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_KScreenScope>();
return scope?.screen;
}