FadedAnimation<T> constructor
const
FadedAnimation<T> ({})
Implementation
const FadedAnimation({
Key? key,
required this.child,
required this.duration,
required this.onAsyncCallFinished,
required this.onPress,
this.buttonRadius,
this.buttonShadow,
required this.buttonWidth,
required this.buttonHeight,
required this.color,
}) : super(key: key);