of static method
Implementation
static SuperFormTranslation of(BuildContext context) {
final instance = SuperFormTranslation.maybeOf(context);
assert(instance != null,
'No instance of SuperFormTranslation present in the widget tree. Did you add SuperFormTranslation.delegate in localizationsDelegates?');
return instance!;
}