PrinterSettingsWidget constructor
const
PrinterSettingsWidget({
- Key? key,
- required PrinterManager printerManager,
- List<
int> ? textToPrint, - void onPrintEnd()?,
- ButtonStyle? buttonStyle,
- double? maxWidth,
Implementation
const PrinterSettingsWidget({
Key? key,
required this.printerManager,
this.textToPrint,
this.onPrintEnd,
this.buttonStyle,
this.maxWidth,
}) : super(key: key);