DateRangeCell constructor

const DateRangeCell({
  1. Key? key,
  2. required DataGridRow row,
})

Implementation

const DateRangeCell({
  super.key,
  required this.row,
});