BarcodeGenerator constructor

const BarcodeGenerator({@required String fromString, double witdth: 100, double height: 200, BarCodeType codeType, Color backgroundColor })

Implementation

const BarcodeGenerator(
    {@required this.fromString,
    this.witdth = 100,
    this.height = 200,
    this.codeType,
    this.backgroundColor});