LicensePlateRegionInput constructor
const
LicensePlateRegionInput({})
Implementation
const LicensePlateRegionInput({
Key? key,
required this.size,
this.showFlag = false,
this.focusNode,
this.onSubmitted,
this.onChange,
this.toForward,
this.toBack,
this.hintRegion = 125,
this.hintColor,
this.textColor,
}) : super(key: key);