AutoBrightness constructor Null safety

AutoBrightness(
  1. [dynamic blend]
)

Implementation

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