onTap property

dynamic Function(int)? onTap
final

The callback that is called when the header is tapped.

Implementation

final Function(int)? onTap;