menu
sunmi_flutter_plugin_printer package
documentation
style/barcode_style.dart
BarcodeStyle
setDotWidth method
setDotWidth method
dark_mode
light_mode
setDotWidth
method
BarcodeStyle
setDotWidth
(
int
width
)
条形码码块宽度
Implementation
BarcodeStyle setDotWidth(int width) { barcodeFormat.dotWidth = width; return this; }
sunmi_flutter_plugin_printer package
documentation
style/barcode_style
BarcodeStyle
setDotWidth method
BarcodeStyle class