ScannerLine constructor

ScannerLine({
  1. Color color = Colors.white,
})

Implementation

ScannerLine({
  this.color = Colors.white,
});