pickerItemHeight property

double pickerItemHeight
final

The itemExtent of CupertinoPicker The uniform height of all children.

All children will be given the BoxConstraints to match this exact height. Must not be null and must be positive.

Implementation

final double pickerItemHeight;