AnimatedAlwaysDown constructor
const
AnimatedAlwaysDown({})
Rotates given child
according to current device orientation.
Implementation
const AnimatedAlwaysDown({
Key? key,
required this.child,
this.curve = Curves.linear,
this.alignment = Alignment.center,
this.duration = const Duration(milliseconds: 300),
}) : super(key: key);