of static method

SignatureState? of(
  1. BuildContext context
)

Implementation

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