menu
sunmi_flutter_plugin_printer package
documentation
style/barcode_style.dart
BarcodeStyle
setHeight method
setHeight method
dark_mode
light_mode
setHeight
method
BarcodeStyle
setHeight
(
int
height
)
自定义高度
Implementation
BarcodeStyle setHeight(int height) { barcodeFormat.height = height; return this; }
sunmi_flutter_plugin_printer package
documentation
style/barcode_style
BarcodeStyle
setHeight method
BarcodeStyle class