dialogWidth property

double dialogWidth
final

The Width of the dialog which shows for select items.

dialogWidth must be lower than screen width - 200. If dialogWidth is more than screen width - 200, width of the dialog will be equal to screen width - 200.

defaults to 80.

Implementation

final double dialogWidth;