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