ClockInScreen constructor

const ClockInScreen({
  1. Key? key,
  2. required ClockInConfig config,
})

Implementation

const ClockInScreen({super.key, required this.config});