CellAnimatedSlide constructor
const
CellAnimatedSlide({})
Implementation
const CellAnimatedSlide({
super.key,
this.child,
required this.offset,
this.curve = const ValueCell.value(Curves.linear),
required this.duration,
this.onEnd,
});