of static method

QUFormState? of(
  1. BuildContext context
)

Implementation

static QUFormState? of(BuildContext context) =>
    context.findAncestorStateOfType<QUFormState>();