menu
im_themed package
documentation
third-party/csslib/parser.dart
Hsla
darker method
darker method
dark_mode
light_mode
darker
method
Hsla
darker
(
num
amount
)
Implementation
Hsla darker(num amount) => Hsla.fromRgba(Rgba.fromHsla(this).darker(amount));
im_themed package
documentation
third-party/csslib/parser
Hsla
darker method
Hsla class