menu
convenient_test_manager package
documentation
components/misc/rotate_animation.dart
RotateAnimation
RotateAnimation const constructor
RotateAnimation const constructor
dark_mode
light_mode
RotateAnimation
constructor
const
RotateAnimation
(
{
Key
?
key
,
required
Widget
child
,
required
Duration
duration
,
})
Implementation
const RotateAnimation({super.key, required this.child, required this.duration});
convenient_test_manager package
documentation
components/misc/rotate_animation
RotateAnimation
RotateAnimation const constructor
RotateAnimation class