DateRangeCell constructor
const
DateRangeCell({
- Key? key,
- required DataGridRow row,
Implementation
const DateRangeCell({
super.key,
required this.row,
});
const DateRangeCell({
super.key,
required this.row,
});