TimeLabelWidget constructor

const TimeLabelWidget(
  1. DateTime time, {
  2. Key? key,
  3. double opacity = 1,
})

Implementation

const TimeLabelWidget(this.time, {super.key, this.opacity = 1});