ClockStyle constructor

const ClockStyle({
  1. required bool is12Hour,
  2. bool? startAtZero,
})

Implementation

const ClockStyle({required this.is12Hour, this.startAtZero});