ClockBackgroundWidget constructor
const
ClockBackgroundWidget({})
Implementation
const ClockBackgroundWidget({
Key? key,
required this.radius,
this.textStyle,
this.minuteStickColor = Colors.black,
this.hourStickColor = Colors.black,
}) : super(key: key);