CellContainer constructor
const
CellContainer({
- 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),
Implementation
const CellContainer({
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),
});