builder property

DropdownMenuBuilder<T> builder
final

The builder that will be used to build the menu items, instead of using a ListView

Implementation

final DropdownMenuBuilder<T> builder;