AutoContrast constructor

AutoContrast([
  1. dynamic blend
])

Implementation

AutoContrast([dynamic blend]) {
  _blend = blend;
}