defaultBrush property
Implementation
@Deprecated('Use the brush instance property instead.')
static Brush get defaultBrush {
return BarcodeBatchDefaults
.barcodeBatchBasicOverlayDefaults.brushes[BarcodeBatchDefaults.barcodeBatchBasicOverlayDefaults.defaultStyle]!;
}