menu
sunmi_flutter_plugin_printer package
documentation
style/qr_style.dart
QrStyle
setPosX method
setPosX method
dark_mode
light_mode
setPosX
method
QrStyle
setPosX
(
int
offset
)
设置二维码内容的 x 坐标
Implementation
QrStyle setPosX(int offset) { qrFormat.xOffset = offset; return this; }
sunmi_flutter_plugin_printer package
documentation
style/qr_style
QrStyle
setPosX method
QrStyle class