menu
cloudinary_dart package
documentation
transformation/background/predominant_background.dart
PredominantBackground
palette method
palette method
dark_mode
light_mode
palette
method
PredominantBackground
palette
(
List
<
Color
>
colors
)
Implementation
PredominantBackground palette(List<Color> colors) { _palette = colors; return this; }
cloudinary_dart package
documentation
transformation/background/predominant_background
PredominantBackground
palette method
PredominantBackground class