FinderPattern constructor

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

Implementation

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