Vignette constructor Null safety

Vignette(
  1. [dynamic strength]
)

Implementation

Vignette([dynamic strength]) {
  _strength = strength;
}