SlideIn constructor
const
SlideIn({})
Implementation
const SlideIn({
super.key,
required this.child,
this.delay = Duration.zero,
this.duration = const Duration(milliseconds: 400),
this.curve = Curves.easeOutCubic,
this.offset = const Offset(0, 0.1),
});