menu
csslib package
documentation
parser.dart
Hsla
lighter method
lighter method
dark_mode
light_mode
lighter
method
Hsla
lighter
(
num
amount
)
Implementation
Hsla lighter(num amount) => Hsla.fromRgba(Rgba.fromHsla(this).lighter(amount));
csslib package
documentation
parser
Hsla
lighter method
Hsla class