brush property
- @Deprecated('The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
Implementation
@Deprecated(
'The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
Brush get brush => _brush;
- @Deprecated('The brush is now specified for each detected barcode. See the type SparkScanBarcodeFeedback and the feedbackDelegate property.')
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();
}