PermanentViewFinderConfiguration constructor
      
      PermanentViewFinderConfiguration({ 
    
    
- FinderStyle? style,
- ScanbotColor? overlayColor,
- AspectRatio? aspectRatio,
- EdgeInsets? minimumInsets,
- double preferredHeight = -1.0,
Implementation
PermanentViewFinderConfiguration({
  FinderStyle? style,
  ScanbotColor? overlayColor,
  AspectRatio? aspectRatio,
  EdgeInsets? minimumInsets,
  double preferredHeight = -1.0,
}) : super(
        style: style,
        overlayColor: overlayColor,
        aspectRatio: aspectRatio,
        minimumInsets: minimumInsets,
        preferredHeight: preferredHeight,
      );