fadeOut property

Fade in (from 1 opacity to 0).

Implementation

static MotionWidgetBuilder get fadeOut => fade(1, 0);