ClockView constructor

const ClockView({
  1. Key? key,
})

Implementation

const ClockView({Key? key}) : super(key: key);