I'm want to build showTimePicker who can show only the times we want.
CodePudding user response:
CustomCupertinoTimerPicker(
startRestriction: startTime,
endRestriction: endTime,),
CodePudding user response:
Here is the Example solution of the problem, is based CupertinoTimerPicker class: