menu
randpg package
documentation
entities/emblems.dart
HslColor
HslColor.new const constructor
HslColor.new const constructor
dark_mode
light_mode
HslColor
constructor
const
HslColor
(
{
required
num
h
,
required
num
s
,
required
num
l
,
})
Implementation
const HslColor({ required this.h, required this.s, required this.l, });
randpg package
documentation
entities/emblems
HslColor
HslColor.new const constructor
HslColor class