onCellTap property

void Function(int rowIndex, int columnIndex)? onCellTap
final

Optional callback fired when a body cell is tapped. Wraps the built cell in a translucent GestureDetector so it doesn't interfere with interactive widgets the cell itself renders (bookings, buttons, etc.).

Implementation

final void Function(int rowIndex, int columnIndex)? onCellTap;