blend method

AutoBrightness blend(
  1. dynamic blend
)

Implementation

AutoBrightness blend(dynamic blend) {
  _blend = blend;
  return this;
}