LicensePlateRegionOutput constructor
const
LicensePlateRegionOutput({})
Implementation
const LicensePlateRegionOutput({
this.showFlag = false,
Key? key,
required this.region,
required this.size,
this.textColor,
}) : super(key: key);