menu
sunmi_flutter_plugin_printer package
documentation
style/text_style.dart
TextStyle
getStyle static method
getStyle static method
dark_mode
light_mode
getStyle
static method
TextStyle
getStyle
(
)
返回当前设置的样式属性对象
Implementation
static TextStyle getStyle() { return TextStyle(TextFormat(textSize: 24)); }
sunmi_flutter_plugin_printer package
documentation
style/text_style
TextStyle
getStyle static method
TextStyle class