ReceiptTextLeftRight constructor
ReceiptTextLeftRight(
- String leftText,
- String rightText, {
- ReceiptTextStyle leftTextStyle = const ReceiptTextStyle(type: ReceiptTextStyleType.normal, useSpan: true),
- ReceiptTextStyle rightTextStyle = const ReceiptTextStyle(type: ReceiptTextStyleType.normal, useSpan: true),
Implementation
ReceiptTextLeftRight(
this.leftText,
this.rightText, {
this.leftTextStyle = const ReceiptTextStyle(
type: ReceiptTextStyleType.normal,
useSpan: true,
),
this.rightTextStyle = const ReceiptTextStyle(
type: ReceiptTextStyleType.normal,
useSpan: true,
),
});