SmoothViewFinder constructor Null safety

const SmoothViewFinder(
  1. {required dynamic boxSize,
  2. required double lineLength}
)

Implementation

const SmoothViewFinder({
  required this.boxSize,
  required this.lineLength,
});