BarcodeText constructor
const
BarcodeText({})
Create a ext drawing operation
Implementation
const BarcodeText({
required double left,
required double top,
required double width,
required double height,
required this.text,
required this.align,
}) : super(
left: left,
top: top,
width: width,
height: height,
);