WheelTimerPicker constructor
const
WheelTimerPicker({})
Implementation
const WheelTimerPicker({
super.key,
this.initialHour = 1,
this.initialMinute = 0,
this.initialPeriod = 'AM',
this.itemHeight = 50.0,
this.selectedTextStyle,
this.unselectedTextStyle,
this.dividerColor = Colors.grey,
this.onTimeChanged,
this.leftPadding,
this.rightPadding,
});