TwoLineMrzFinderLayoutPreset constructor

TwoLineMrzFinderLayoutPreset({
  1. String mrzTextLine1 = "I<USASMITH<<JACK<<<<<<<<<<<<<<<<<<<<",
  2. String mrzTextLine2 = "2342353464USA9602300M2904076<<<<<<<2",
  3. double adjustedFinderAspectRatio = 5.390625,
})

Implementation

TwoLineMrzFinderLayoutPreset({
  this.mrzTextLine1 = "I<USASMITH<<JACK<<<<<<<<<<<<<<<<<<<<",
  this.mrzTextLine2 = "2342353464USA9602300M2904076<<<<<<<2",
  this.adjustedFinderAspectRatio = 5.390625,
}) : super();