BackgroundRemovalScreen constructor
const
BackgroundRemovalScreen({
- Key? key,
- required String imagePath,
- bool cropToSubject = true,
- BackgroundRemovalService service = const BackgroundRemovalService(),
Implementation
const BackgroundRemovalScreen({
super.key,
required this.imagePath,
this.cropToSubject = true,
this.service = const BackgroundRemovalService(),
});