onTap property

VoidCallback? onTap
final

Called when the combo box button is tapped.

This is distinct from onChanged, which is called when the user selects an item from the combo box.

The callback will not be invoked if the combo box button is disabled.

Implementation

final VoidCallback? onTap;