handleTap property

VoidCallback handleTap
final

Callback to trigger expansion state changes.

When called, triggers the collapsible to toggle its expansion state. This function handles both controlled and uncontrolled modes appropriately.

Implementation

final VoidCallback handleTap;