menu
printer_label package
documentation
models/image_model.dart
ImageModel
ImageModel.new constructor
ImageModel.new constructor
dark_mode
light_mode
ImageModel
constructor
ImageModel
(
{
required
Uint8List
image
,
int
x
=
0
,
int
y
=
0
,
int
width
=
600
,
int
height
=
200
,
})
Implementation
ImageModel({ required this.image, this.x = 0, this.y = 0, this.width = 600, this.height = 200, });
printer_label package
documentation
models/image_model
ImageModel
ImageModel.new constructor
ImageModel class