menu
sunmi_flutter_plugin_printer package
documentation
style/text_style.dart
TextStyle
enableBold method
enableBold method
dark_mode
light_mode
enableBold
method
TextStyle
enableBold
(
bool
enable
)
文本加粗
Implementation
TextStyle enableBold(bool enable) { textFormat.enBold = enable; return this; }
sunmi_flutter_plugin_printer package
documentation
style/text_style
TextStyle
enableBold method
TextStyle class