BackgroundRemoval constructor Null safety
- {bool? fineEdges,
- List<
ForegroundObject> ? hints}
Implementation
BackgroundRemoval({bool? fineEdges, List<ForegroundObject>? hints}) {
_fineEdges = fineEdges;
_hints = hints;
}
BackgroundRemoval({bool? fineEdges, List<ForegroundObject>? hints}) {
_fineEdges = fineEdges;
_hints = hints;
}