PermanentViewFinderConfiguration constructor

PermanentViewFinderConfiguration({
  1. FinderStyle? style,
  2. ScanbotColor? overlayColor,
  3. AspectRatio? aspectRatio,
  4. EdgeInsets? minimumInsets,
  5. 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,
      );