A countdown timer picker in iOS style.
Container( height: 300, child: CupertinoTimerPicker( mode: CupertinoTimerPickerMode.hms, onTimerDurationChanged: (value) { } ), )