ScannerLine constructor

const ScannerLine({
  1. Key? key,
  2. Color? color,
})

Implementation

const ScannerLine({super.key, Color? color}) : color = color ?? Colors.green;