onTap property

VoidCallback? onTap
final

Called when the pull-down button is tapped.

The callback will not be invoked if the pull-down button is disabled.

Implementation

final VoidCallback? onTap;