DigitalClock constructor
If true, the clock will update every millisecond. If false, the clock will update every second.
Implementation
const DigitalClock({super.key, this.textStyle, this.format = 'HH:mm:ss', this.locale, this.alignment, this.onChange, this.shift = Duration.zero});