buttonBuilder property

DropDownButtonBuilder? buttonBuilder
final

A builder for the button. If null, a Button with leading, title and trailing is used.

If disabled is true, DropDownButtonBuilder.onOpen will be null

Implementation

final DropDownButtonBuilder? buttonBuilder;