ofMaybe static method

AntdFormProvider? ofMaybe(
  1. BuildContext context
)

Implementation

static AntdFormProvider? ofMaybe(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<AntdFormProvider>();
}