CellConstraintsTransformBox constructor
const
CellConstraintsTransformBox({
- Key? key,
- ValueCell<
Widget?> ? child, - ValueCell<
TextDirection?> ? textDirection, - ValueCell<
AlignmentGeometry> alignment = const ValueCell.value(Alignment.center), - required ValueCell<
BoxConstraints Function(BoxConstraints)> constraintsTransform, - ValueCell<
Clip> clipBehavior = const ValueCell.value(Clip.none), - ValueCell<
String> debugTransformType = const ValueCell.value(''),
Implementation
const CellConstraintsTransformBox({
super.key,
this.child,
this.textDirection,
this.alignment = const ValueCell.value(Alignment.center),
required this.constraintsTransform,
this.clipBehavior = const ValueCell.value(Clip.none),
this.debugTransformType = const ValueCell.value(''),
});