BitmapPrintLine constructor

BitmapPrintLine(
  1. Uint8List? bitmap, [
  2. dynamic position
])

Implementation

BitmapPrintLine(this.bitmap, [position]) : super(1, position);