of static method

LowderScreen? of(
  1. BuildContext context
)

Implementation

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