defaultBrush property

  1. @Deprecated('Use the brush instance property instead.')
Brush get defaultBrush

Implementation

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