AnimationsUtils constructor
const
AnimationsUtils({})
Implementation
const AnimationsUtils({
Key? key,
this.duration = const Duration(milliseconds: 800),
required this.child,
this.offset = 140.0,
this.curve = Curves.fastOutSlowIn,
this.offsetDirection = Axis.vertical,
}) : super(key: key);