maxWidth property

double? maxWidth
final

An optional size constraint for the dropdown content to define its maximum width.

If a constraint is not provided, the size will automatically adjust to the content.

Implementation

final double? maxWidth;