of static method

JarFormState? of(
  1. BuildContext context
)

Implementation

static JarFormState? of(BuildContext context) {
  return context.findAncestorStateOfType<JarFormState>();
}