DateTimeRow constructor

const DateTimeRow({
  1. int date = 0,
  2. bool showTime = true,
  3. Key? key,
})

Implementation

const DateTimeRow({this.date = 0, this.showTime = true, super.key});