fadeIn method

dynamic fadeIn(
  1. dynamic duration
)

Implementation

fadeIn(duration) {
  return _scheduleFading(duration, 0, 1);
}