LayoutReceipt constructor
const
LayoutReceipt({})
Creates a LayoutReceipt widget.
All parameters are required except imageHeader, imageFooter, and margin.
Implementation
const LayoutReceipt(
{super.key,
required this.jsonContent,
required this.maxWidth,
this.imageHeader,
this.imageFooter,
this.margin = 0});