menu
starxpandprinter package
documentation
models/starxpand_document_print.dart
StarXpandDocumentPrint
actionPrintText method
actionPrintText method
dark_mode
light_mode
actionPrintText
method
dynamic
actionPrintText
(
String
text
)
Implementation
actionPrintText(String text) { _actions.add({'action': 'printText', 'text': text}); }
starxpandprinter package
documentation
models/starxpand_document_print
StarXpandDocumentPrint
actionPrintText method
StarXpandDocumentPrint class