brush property

  1. @Deprecated('The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
Brush get brush

Implementation

@Deprecated(
    'The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
Brush get brush => _brush;
  1. @Deprecated('The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
set brush (Brush newValue)

Implementation

@Deprecated(
    'The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
set brush(Brush newValue) {
  _brush = newValue;
  _update();
}