TimePickerIndicator constructor

const TimePickerIndicator({
  1. Key? key,
  2. Color color = Colors.black12,
  3. double itemHeight = 40,
})

Implementation

const TimePickerIndicator({
  Key? key,
  this.color = Colors.black12,
  this.itemHeight = 40,
}) : super(key: key);