height property

double? height
final

The height of the PickerTab.

If null, the height will be calculated based on the content of the PickerTab. When icon is not null along with child or text, the default height is 72.0 pixels. Without an icon, the height is 46.0 pixels.

Implementation

final double? height;