maybeOf static method
Returns the nearest shell metrics, or null when the page is outside a bottom-navigation shell.
Implementation
static SafaehBottomNavMetrics? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_SafaehBottomNavInherited>()
?.metrics;
}