HourPointer constructor

const HourPointer({
  1. Key? key,
})

Implementation

const HourPointer({Key? key}) : super(key: key);