setBrush method

Implementation

BarcodePickViewHighlightStyleResponseBuilder setBrush(Brush? brush) {
  _brush = brush;
  return this;
}