SourceImageCubit constructor
SourceImageCubit(
- String afterPath
Implementation
SourceImageCubit(String afterPath) : super(SourceImageReady(afterPath)) {
_loadSourceImage(afterPath);
}
SourceImageCubit(String afterPath) : super(SourceImageReady(afterPath)) {
_loadSourceImage(afterPath);
}