Text
data class Text(val text: String, val bold: Boolean = false, val align: Align = Align.Left) : RowElement
Represents a text element that can be displayed within a receipt row.
This class is used as part of the RowElement hierarchy to define textual content for receipts. The text can be styled with options for bold formatting and alignment.