optionsWidth property

double? optionsWidth
final

The width used for the default options list widget.

The default value is null which means the width will be the same as the width of the YaruAutocomplete widget.

Note: Passing double.infinity makes the options expand to the width of the screen similarly to the Material design Autocomplete widget.

Implementation

final double? optionsWidth;