Code39BarCodeParams constructor
Code39BarCodeParams(})
Implementation
Code39BarCodeParams(
String data, {
bool withText = false,
double lineWidth = 2.0,
double barHeight = 100.0,
String? altText,
}) : super(data, withText, lineWidth, barHeight, altText);