FadeOut constructor Null safety

FadeOut(
  1. [int? duration]
)

Implementation

FadeOut([int? duration]) {
  _duration = duration;
}