LensInfo constructor

const LensInfo({
  1. required double zoomFactor,
  2. required String label,
})

Implementation

const LensInfo({required this.zoomFactor, required this.label});