const ClockWithNumber({ Key? key, required this.hour, required this.minute, required this.second, }) : super(key: key);