TimeWidget constructor

const TimeWidget({
  1. Key? key,
  2. String? time,
})

Implementation

const TimeWidget({super.key, this.time});