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