ClockLabel constructor

ClockLabel({
  1. required double angle,
  2. required String text,
})

Implementation

ClockLabel({required this.angle, required this.text});