CellAnimatedContainer constructor
const
CellAnimatedContainer({
- Key? key,
- ValueCell<
AlignmentGeometry?> ? alignment, - ValueCell<
EdgeInsetsGeometry?> ? padding, - ValueCell<
Color?> ? color, - ValueCell<
Decoration?> ? decoration, - ValueCell<
Decoration?> ? foregroundDecoration, - ValueCell<
double?> ? width, - ValueCell<
double?> ? height, - ValueCell<
BoxConstraints?> ? constraints, - ValueCell<
EdgeInsetsGeometry?> ? margin, - ValueCell<
Matrix4?> ? transform, - ValueCell<
AlignmentGeometry?> ? transformAlignment, - ValueCell<
Widget?> ? child, - ValueCell<
Clip> clipBehavior = const ValueCell.value(Clip.none), - ValueCell<
Curve> curve = const ValueCell.value(Curves.linear), - required ValueCell<
Duration> duration, - ValueCell<
void Function()?> ? onEnd,
Implementation
const CellAnimatedContainer({
super.key,
this.alignment,
this.padding,
this.color,
this.decoration,
this.foregroundDecoration,
this.width,
this.height,
this.constraints,
this.margin,
this.transform,
this.transformAlignment,
this.child,
this.clipBehavior = const ValueCell.value(Clip.none),
this.curve = const ValueCell.value(Curves.linear),
required this.duration,
this.onEnd,
});