menu
recollect_utils package
documentation
modules/colour/colour.dart
Colour
Colour.new const constructor
Colour.new const constructor
dark_mode
light_mode
Colour
constructor
const
Colour
(
{
int
alpha
=
255
,
int
red
=
255
,
int
green
=
255
,
int
blue
=
255
,
})
Implementation
const Colour({ this.alpha = 255, this.red = 255, this.green = 255, this.blue = 255, });
recollect_utils package
documentation
modules/colour/colour
Colour
Colour.new const constructor
Colour class