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