visible property
Whether the scrollbar should be visible in the menu dropdown.
If false
, no scrollbar will be displayed regardless of other settings.
If true
, the scrollbar will be visible when the menu content overflows.
Defaults to true
.
Implementation
final bool visible;