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