AutoContrast constructor Null safety

AutoContrast(
  1. [dynamic blend]
)

Implementation

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