menu
vcl package
documentation
vcl.dart
TColor
mixWith method
mixWith method
dark_mode
light_mode
mixWith
method
TColor
mixWith
(
TColor
clr
)
Implementation
TColor mixWith(TColor clr) => TColor.mix(this, clr);
vcl package
documentation
vcl
TColor
mixWith method
TColor class