maybeOf static method

AntdBoxProvider? maybeOf(
  1. BuildContext context
)

Implementation

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