bodyCellOnSecondaryTap property

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

Implementation

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