dropdownSeparator property

DropdownSeparator<T>? dropdownSeparator
final

Adds separator widget to the dropdown menu.

Defaults to null.

Implementation

final DropdownSeparator<T>? dropdownSeparator;