CurrentTimeMarker constructor

const CurrentTimeMarker({
  1. Key? key,
  2. required double hourHeight,
})

Implementation

const CurrentTimeMarker({super.key, required this.hourHeight});