CellAnimatedFractionallySizedBox constructor
const
CellAnimatedFractionallySizedBox({
- Key? key,
- ValueCell<
AlignmentGeometry> alignment = const ValueCell.value(Alignment.center), - ValueCell<
Widget?> ? child, - ValueCell<
double?> ? heightFactor, - ValueCell<
double?> ? widthFactor, - ValueCell<
Curve> curve = const ValueCell.value(Curves.linear), - required ValueCell<
Duration> duration, - ValueCell<
void Function()?> ? onEnd,
Implementation
const CellAnimatedFractionallySizedBox({
super.key,
this.alignment = const ValueCell.value(Alignment.center),
this.child,
this.heightFactor,
this.widthFactor,
this.curve = const ValueCell.value(Curves.linear),
required this.duration,
this.onEnd,
});