ScanFrameDecoration constructor

const ScanFrameDecoration({
  1. Color backgroundColor = Colors.transparent,
  2. required double frameSFactor,
  3. required double gap,
  4. required Color borderColor,
  5. double strokeWidth = 2,
})

Implementation

const ScanFrameDecoration(
    {this.backgroundColor = Colors.transparent,
    required this.frameSFactor,
    required this.gap,
    required this.borderColor,
    this.strokeWidth = 2});