LayoutController constructor
LayoutController({
- required Uint8List? imageHeader,
Creates a LayoutController instance.
The imageHeader and imageFooter parameters are optional images
that can be displayed in the header or footer sections of the receipt.
Implementation
LayoutController({required this.imageHeader, required this.imageFooter});