menu
blue_thermal_helper package
documentation
thermal_receipt.dart
ReceiptPreview
row method
row method
dark_mode
light_mode
row
method
void
row
(
String
left
,
String
right
)
Implementation
void row(String left, String right) { _buf.writeln('$left $right'); }
blue_thermal_helper package
documentation
thermal_receipt
ReceiptPreview
row method
ReceiptPreview class