We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes += ticket.row([ PosColumn( textEncoded: companyKassa, width: 3, styles: const PosStyles( align: PosAlign.center, fontType: PosFontType.fontA)), PosColumn( text: '|', width: 6, styles: const PosStyles(align: PosAlign.center)), PosColumn( textEncoded: companyShift, width: 3, styles: const PosStyles(align: PosAlign.center)), ]);
I got this error Unhandled Exception: Exception: Only one parameter - text or textEncoded - should be passed
Unhandled Exception: Exception: Only one parameter - text or textEncoded - should be passed
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
bytes += ticket.row([ PosColumn( textEncoded: companyKassa, width: 3, styles: const PosStyles( align: PosAlign.center, fontType: PosFontType.fontA)), PosColumn( text: '|', width: 6, styles: const PosStyles(align: PosAlign.center)), PosColumn( textEncoded: companyShift, width: 3, styles: const PosStyles(align: PosAlign.center)), ]);
I got this error
Unhandled Exception: Exception: Only one parameter - text or textEncoded - should be passed
The text was updated successfully, but these errors were encountered: