Whether a row double-tap callback is configured for row.
row
bool hasRowDoubleTapCallback(TreeRow row) => row.sourceNode?.onDoubleTap != null;