menu
sunmi_flutter_plugin_printer package
documentation
style/barcode_style.dart
BarcodeStyle
setRotate method
setRotate method
dark_mode
light_mode
setRotate
method
BarcodeStyle
setRotate
(
Rotate
rotate
)
指定条码旋转方向
Implementation
BarcodeStyle setRotate(Rotate rotate) { barcodeFormat.rotate = rotate.index; return this; }
sunmi_flutter_plugin_printer package
documentation
style/barcode_style
BarcodeStyle
setRotate method
BarcodeStyle class