EAN8BarCodeParams constructor

EAN8BarCodeParams(
  1. String data, {
  2. bool withText = false,
  3. double lineWidth = 2.0,
  4. double barHeight = 100.0,
  5. String? altText,
})

Implementation

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