of static method

Implementation

static UploadFileFieldBlocBuilderState of(BuildContext context) {
  return context.findAncestorStateOfType<UploadFileFieldBlocBuilderState>()!;
}