FadeOut constructor

FadeOut([
  1. int? duration
])

Implementation

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