CellAnimatedAlign constructor
const
CellAnimatedAlign({})
Implementation
const CellAnimatedAlign({
super.key,
required this.alignment,
this.child,
this.heightFactor,
this.widthFactor,
this.curve = const ValueCell.value(Curves.linear),
required this.duration,
this.onEnd,
});