StandartLicensePlateOutput constructor
StandartLicensePlateOutput({
- Key? key,
- required StandartLicensePlate licensePlate,
- required double size,
- 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);