itemExtent property
The height of each item in the picker.
The extent value should be greater than 0, otherwise an assertion error will be thrown.
by default the itemExtent value is taking the _kItemExtent value of the CupertinoTimerPicker which is 32.0.
Implementation
final double itemExtent;