PrintNode constructor
PrintNode({
- required PrintType type,
- PrintTextStyle? style,
- String? text,
- String? path,
Implementation
PrintNode({
required this.type,
this.style,
this.text,
this.path,
});