menu
sunmi_flutter_plugin_printer package
documentation
style/label_style.dart
LabelStyle
setWidth method
setWidth method
dark_mode
light_mode
setWidth
method
@
override
LabelStyle
setWidth
(
int
width
)
override
设置打印区域宽
Implementation
@override LabelStyle setWidth(int width) { super.setWidth(width); return this; }
sunmi_flutter_plugin_printer package
documentation
style/label_style
LabelStyle
setWidth method
LabelStyle class