FinderPattern constructor

FinderPattern(
  1. double posX,
  2. double posY,
  3. double _estimatedModuleSize, [
  4. int _count = 1,
])

Implementation

FinderPattern(
  super.posX,
  super.posY,
  this._estimatedModuleSize, [
  this._count = 1,
]);