CellAnnotatedRegion<T extends Object> constructor
const
CellAnnotatedRegion<T extends Object> ({})
Implementation
const CellAnnotatedRegion({
super.key,
required this.child,
required this.value,
this.sized = const ValueCell.value(true),
});