menu
body_detection package
documentation
png_image.dart
PngImage
PngImage.from constructor
PngImage.from constructor
dark_mode
light_mode
PngImage.from
constructor
PngImage.from
(
ByteData
bytes
, {
required
int
width
,
required
int
height
,
})
Implementation
PngImage.from(this.bytes, {required this.width, required this.height});
body_detection package
documentation
png_image
PngImage
PngImage.from constructor
PngImage class