of static method

CFormState? of(
  1. BuildContext context
)

Implementation

static CFormState? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<_InteritedCForm>()?.state;
}