optionsMaxHeight property Null safety
final
The maximum height used for the default Material options list widget.
When optionsViewBuilder is null, this property sets the maximum height
that the options widget can occupy.
The default value is set to 200.
Implementation
final double optionsMaxHeight;