contextMenu method

void contextMenu(
  1. int ctxMenuId,
  2. int ctxMenuCellRow,
  3. int ctxMenuCellCol,
  4. String dateBegin,
  5. String dateEnd,
)

Implementation

void contextMenu(
  int ctxMenuId,
  int ctxMenuCellRow,
  int ctxMenuCellCol,
  String dateBegin,
  String dateEnd,
) => obj.contextMenuCalendar(
  ctxMenuId,
  ctxMenuCellRow,
  ctxMenuCellCol,
  dateBegin,
  dateEnd,
);