itemExtent property

double itemExtent
final

The uniform height of all children.

All children will be given the BoxConstraints to match this exact height. Must be a positive value.

Defaults to a value that matches the default iOS date picker wheel.

Implementation

final double itemExtent;