ResetAllAnimationsEffect constructor

const ResetAllAnimationsEffect({
  1. Key? key,
  2. required Widget child,
})

Creates ResetAllAnimationsEffect widget.

Implementation

const ResetAllAnimationsEffect({super.key, required this.child});