menu
cloudinary_url_gen package
documentation
transformation/effect/effect_actions.dart
RemoveBackground
RemoveBackground constructor
RemoveBackground constructor
dark_mode
light_mode
RemoveBackground
constructor
RemoveBackground
(
{
bool
?
screen
,
Color
?
color
,
})
Implementation
RemoveBackground({bool? screen, Color? color}) { _screen = screen; _colorToRemove = color; }
cloudinary_url_gen package
documentation
transformation/effect/effect_actions
RemoveBackground
RemoveBackground constructor
RemoveBackground class