dialogHeight property

double? dialogHeight
final

The Height of the dialog which shows for select items.

dialogHeight must be lower than screen height - 200. If dialogHeight is more than screen height - 200, height of the dialog will be equal to screen height - 200. If dialogHeight is null, height of the dialog will be fit to height of its children.

Implementation

final double? dialogHeight;