menu
app_color package
documentation
app_color.dart
ColorHelper
mix method
mix method
dark_mode
light_mode
mix
method
Color
?
mix
(
Color
another
,
double
amount
)
Implementation
Color? mix(Color another, double amount) => Color.lerp(this, another, amount);
app_color package
documentation
app_color
ColorHelper
mix method
ColorHelper extension on
Color
?