ItemPrintModel.text constructor
ItemPrintModel.text({
- required String? content,
- AlignModeEnum? align = AlignModeEnum.left,
- FontFormatEnum? fontFormat = FontFormatEnum.medium,
Implementation
ItemPrintModel.text({
required this.content,
this.align = AlignModeEnum.left,
this.fontFormat = FontFormatEnum.medium,
}) : type = "text",
height = null,
lines = null;