menu
blue_thermal_helper package
documentation
thermal_receipt.dart
ReceiptPreview
hr method
hr method
dark_mode
light_mode
hr
method
void
hr
(
[
int
width
=
32
])
Implementation
void hr([int width = 32]) { _buf.writeln('-' * width); }
blue_thermal_helper package
documentation
thermal_receipt
ReceiptPreview
hr method
ReceiptPreview class