menu
sunmi_flutter_plugin_printer package
documentation
style/bitmap_style.dart
BitmapStyle
setHeight method
setHeight method
dark_mode
light_mode
setHeight
method
BitmapStyle
setHeight
(
int
height
)
设置自定义高度
Implementation
BitmapStyle setHeight(int height) { bitmapFormat.height = height; return this; }
sunmi_flutter_plugin_printer package
documentation
style/bitmap_style
BitmapStyle
setHeight method
BitmapStyle class