menu
sunmi_flutter_plugin_printer package
documentation
style/barcode_style.dart
BarcodeStyle
setBarHeight method
setBarHeight method
dark_mode
light_mode
setBarHeight
method
BarcodeStyle
setBarHeight
(
int
height
)
条形码码高度
Implementation
BarcodeStyle setBarHeight(int height) { barcodeFormat.barHeight = height; return this; }
sunmi_flutter_plugin_printer package
documentation
style/barcode_style
BarcodeStyle
setBarHeight method
BarcodeStyle class