CellDecoratedBox constructor
const
CellDecoratedBox({
- Key? key,
- required ValueCell<
Decoration> decoration, - ValueCell<
DecorationPosition> position = const ValueCell.value(DecorationPosition.background), - ValueCell<
Widget?> ? child,
Implementation
const CellDecoratedBox({
super.key,
required this.decoration,
this.position = const ValueCell.value(DecorationPosition.background),
this.child,
});