BitmapPrintLine constructor
BitmapPrintLine(
- Uint8List? bitmap, [
- dynamic position
Implementation
BitmapPrintLine(this.bitmap, [position]) : super(1, position);
BitmapPrintLine(this.bitmap, [position]) : super(1, position);