OilPaint constructor Null safety

OilPaint(
  1. [dynamic strength]
)

Implementation

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