of static method
Implementation
static ImgCropState? of(BuildContext context) {
return context.findAncestorStateOfType<ImgCropState>();
}
static ImgCropState? of(BuildContext context) {
return context.findAncestorStateOfType<ImgCropState>();
}