menu
image_hasher_dart package
documentation
models/hash_pixel.dart
HashPixel
HashPixel.new const constructor
HashPixel.new const constructor
dark_mode
light_mode
HashPixel
constructor
const
HashPixel
(
{
required
int
r
,
required
int
g
,
required
int
b
,
required
int
a
,
})
Implementation
const HashPixel({ required this.r, required this.g, required this.b, required this.a, });
image_hasher_dart package
documentation
models/hash_pixel
HashPixel
HashPixel.new const constructor
HashPixel class