bodyCellOnTap property

(void Function(FreedomTableBodyCell childCell, double left, double top, double width, double height, double scrollLeft, double scrollTop, double totalScrollWidth, double totalScrollHeight)?) bodyCellOnTap
final

Implementation

final void Function(
  FreedomTableBodyCell childCell,
  double left,
  double top,
  double width,
  double height,
  double scrollLeft,
  double scrollTop,
  double totalScrollWidth,
  double totalScrollHeight,
)? bodyCellOnTap;