StandartLicensePlateOutput constructor

StandartLicensePlateOutput({
  1. Key? key,
  2. required StandartLicensePlate licensePlate,
  3. required double size,
  4. bool showFlag = true,
})

Implementation

StandartLicensePlateOutput({
  Key? key,
  required StandartLicensePlate licensePlate,
  required double size,
  bool showFlag = true,
}) : super(
          key: key,
          licensePlate: licensePlate,
          size: size,
          showFlag: showFlag);